Struct slack_api::usergroups::UpdateResponse [] [src]

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

Fields

Trait Implementations

impl Clone for UpdateResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UpdateResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<UpdateResponse, UpdateError<E>>> for UpdateResponse
[src]

Performs the conversion.