Struct slack_api::rtm::ConnectResponseSelf [] [src]

pub struct ConnectResponseSelf {
    pub id: Option<String>,
    pub name: Option<String>,
}

Fields

Trait Implementations

impl Clone for ConnectResponseSelf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConnectResponseSelf
[src]

Formats the value using the given formatter.