Struct slack_api::GroupPurpose [] [src]

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

Fields

Trait Implementations

impl Clone for GroupPurpose
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GroupPurpose
[src]

Formats the value using the given formatter.