Struct slack_api::UserProfile [] [src]

pub struct UserProfile {
    pub email: Option<String>,
    pub fields: Option<HashMap<String, UserProfileFields>>,
    pub first_name: Option<String>,
    pub image_1024: Option<String>,
    pub image_192: Option<String>,
    pub image_24: Option<String>,
    pub image_32: Option<String>,
    pub image_48: Option<String>,
    pub image_512: Option<String>,
    pub image_72: Option<String>,
    pub image_original: Option<String>,
    pub last_name: Option<String>,
    pub phone: Option<String>,
    pub skype: Option<String>,
}

Fields

Trait Implementations

impl Clone for UserProfile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserProfile
[src]

Formats the value using the given formatter.