Struct slack_api::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 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