Struct slack_api::rtm::StartResponse [] [src]

pub struct StartResponse {
    pub bots: Option<Vec<Bot>>,
    pub channels: Option<Vec<Channel>>,
    pub groups: Option<Vec<Group>>,
    pub ims: Option<Vec<Im>>,
    pub mpims: Option<Vec<Mpim>>,
    pub slf: Option<User>,
    pub team: Option<Team>,
    pub url: Option<String>,
    pub users: Option<Vec<User>>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for StartResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StartResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<StartResponse, StartError<E>>> for StartResponse
[src]

Performs the conversion.