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 Deserialize for Team
[src]

impl Debug for Team
[src]

Formats the value using the given formatter.

impl Clone for Team
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more