Struct hipchat_client::user::UserDetail [] [src]

pub struct UserDetail {
    pub id: u64,
    pub xmpp_jid: Option<String>,
    pub name: String,
    pub mention_name: String,
    pub email: Option<String>,
    pub title: Option<String>,
    pub timezone: Option<String>,
    pub photo_url: Option<String>,
    pub presence: Option<UserPresence>,
    pub is_deleted: Option<bool>,
    pub is_guest: Option<bool>,
    pub is_group_admin: Option<bool>,
    pub created: Option<String>,
    pub last_active: Option<String>,
    pub links: UserDetailLinks,
}

Fields

Trait Implementations

impl Debug for UserDetail
[src]

Formats the value using the given formatter.

impl Clone for UserDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for UserDetail
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for UserDetail
[src]

impl PartialEq for UserDetail
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.