Struct slack_api::rtm::ConnectResponse [] [src]

pub struct ConnectResponse {
    pub slf: Option<ConnectResponseSelf>,
    pub team: Option<ConnectResponseTeam>,
    pub url: Option<String>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for ConnectResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConnectResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<ConnectResponse, ConnectError<E>>> for ConnectResponse
[src]

Performs the conversion.