Struct hipchat_client::user::UserPresence [] [src]

pub struct UserPresence {
    pub status: Option<String>,
    pub idle: Option<u64>,
    pub show: String,
    pub client: Option<UserClient>,
    pub is_online: bool,
}

Fields

Trait Implementations

impl Debug for UserPresence
[src]

Formats the value using the given formatter.

impl Clone for UserPresence
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for UserPresence
[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 UserPresence
[src]

impl PartialEq for UserPresence
[src]

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

This method tests for !=.