Struct slack_api::channels::JoinResponse [] [src]

pub struct JoinResponse {
    pub channel: Option<Channel>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for JoinResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JoinResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<JoinResponse, JoinError<E>>> for JoinResponse
[src]

Performs the conversion.