Struct slack::Team []

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

impl Clone for Team

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Team

Formats the value using the given formatter.