Struct slack::User [] [src]

pub struct User {
    pub color: Option<String>,
    pub deleted: Option<bool>,
    pub has_2fa: Option<bool>,
    pub id: Option<String>,
    pub is_admin: Option<bool>,
    pub is_owner: Option<bool>,
    pub is_primary_owner: Option<bool>,
    pub is_restricted: Option<bool>,
    pub is_ultra_restricted: Option<bool>,
    pub name: Option<String>,
    pub profile: Option<UserProfile>,
    pub two_factor_type: Option<String>,
}

Fields

Trait Implementations

impl Deserialize for User
[src]

impl Debug for User
[src]

Formats the value using the given formatter.

impl Clone for User
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more