Struct slack::Im []

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

impl Clone for Im

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Im

Formats the value using the given formatter.