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

Trait Implementations

impl<'de> Deserialize<'de> for Team
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Clone for Team
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Team
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Team

impl Sync for Team