Struct slack_api::usergroups::DisableResponse [] [src]

pub struct DisableResponse {
    pub usergroup: Option<Usergroup>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for DisableResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DisableResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<DisableResponse, DisableError<E>>> for DisableResponse
[src]

Performs the conversion.