Struct slack_api::users::ListResponse [] [src]

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