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 Deserialize for Im
[src]

impl Debug for Im
[src]

Formats the value using the given formatter.

impl Clone for Im
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more