Struct slack_api::rtm::ConnectResponseTeam [] [src]

pub struct ConnectResponseTeam {
    pub domain: Option<String>,
    pub enterprise_id: Option<String>,
    pub enterprise_name: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
}

Fields

Trait Implementations

impl Clone for ConnectResponseTeam
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConnectResponseTeam
[src]

Formats the value using the given formatter.