Struct slack_api::ChannelTopic [] [src]

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

Fields

Trait Implementations

impl Clone for ChannelTopic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChannelTopic
[src]

Formats the value using the given formatter.