Struct slack_api::rtm::ConnectResponseSelf
[−]
[src]
pub struct ConnectResponseSelf {
pub id: Option<String>,
pub name: Option<String>,
}Fields
id: Option<String>
name: Option<String>
Trait Implementations
impl Clone for ConnectResponseSelf[src]
fn clone(&self) -> ConnectResponseSelf
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