Struct slack_api::GroupTopic[][src]

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

Fields

Trait Implementations

impl Clone for GroupTopic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GroupTopic
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GroupTopic

impl Sync for GroupTopic