Struct slack_api::ChannelPurpose [] [src]

pub struct ChannelPurpose {
    pub creator: Option<String>,
    pub last_set: Option<i32>,
    pub value: Option<String>,
}

Fields

Trait Implementations

impl Clone for ChannelPurpose
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChannelPurpose
[src]

Formats the value using the given formatter.