Struct slack::Im[][src]

pub struct Im {
    pub created: Option<i32>,
    pub id: Option<String>,
    pub is_im: Option<bool>,
    pub is_user_deleted: Option<bool>,
    pub user: Option<String>,
}

Fields

Trait Implementations

impl<'de> Deserialize<'de> for Im
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Clone for Im
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Im
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Im

impl Sync for Im