Struct slack_api::im::OpenResponse[][src]

pub struct OpenResponse {
    pub channel: Option<Im>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for OpenResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OpenResponse
[src]

Formats the value using the given formatter. Read more

impl<E: Error> Into<Result<OpenResponse, OpenError<E>>> for OpenResponse
[src]

Performs the conversion.

Auto Trait Implementations