Struct slack_api::usergroups::EnableResponse [] [src]

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

Fields

Trait Implementations

impl Clone for EnableResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EnableResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<EnableResponse, EnableError<E>>> for EnableResponse
[src]

Performs the conversion.