Struct slack_api::usergroups::ListResponse [] [src]

pub struct ListResponse {
    pub usergroups: Option<Vec<Usergroup>>,
    // 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.