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
status: Option<String>
idle: Option<u64>
show: String
client: Option<UserClient>
is_online: bool
Trait Implementations
impl Debug for UserPresence[src]
impl Clone for UserPresence[src]
fn clone(&self) -> UserPresence
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Hash for UserPresence[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl Eq for UserPresence[src]
impl PartialEq for UserPresence[src]
fn eq(&self, __arg_0: &UserPresence) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &UserPresence) -> bool
This method tests for !=.