Struct slack_api::channels::CreateResponse [] [src]

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

Fields

Trait Implementations

impl Clone for CreateResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<CreateResponse, CreateError<E>>> for CreateResponse
[src]

Performs the conversion.