Struct slack_api::Topic [] [src]

pub struct Topic {
    pub value: String,
    pub creator: String,
    pub last_set: i64,
}

The Topic object as found in the Group and Channel types.

Fields

value: String creator: String last_set: i64

Trait Implementations

impl Decodable for Topic
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Topic, __D::Error>

impl Debug for Topic
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Topic
[src]

fn clone(&self) -> Topic

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more