Struct slack_api::groups::RenameResponse [] [src]

pub struct RenameResponse {
    pub channel: Option<RenameResponseChannel>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for RenameResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RenameResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<RenameResponse, RenameError<E>>> for RenameResponse
[src]

Performs the conversion.