Struct slack_api::im::ListResponse [] [src]

pub struct ListResponse {
    pub ims: Option<Vec<Im>>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for ListResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<ListResponse, ListError<E>>> for ListResponse
[src]

Performs the conversion.