Struct slack::Team
[−]
[src]
pub struct Team { pub domain: Option<String>, pub email_domain: Option<String>, pub icon: Option<TeamIcon>, pub id: Option<String>, pub name: Option<String>, }
Fields
domain: Option<String>
email_domain: Option<String>
icon: Option<TeamIcon>
id: Option<String>
name: Option<String>
Trait Implementations
impl Deserialize for Team
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Team, __D::Error> where __D: Deserializer
impl Debug for Team
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Clone for Team
[src]
fn clone(&self) -> Team
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more