Struct slack_api::groups::RenameResponseChannel [] [src]

pub struct RenameResponseChannel {
    pub created: Option<f32>,
    pub id: Option<String>,
    pub is_group: Option<bool>,
    pub name: Option<String>,
}

Fields

Trait Implementations

impl Clone for RenameResponseChannel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RenameResponseChannel
[src]

Formats the value using the given formatter.