Struct hipchat_client::user::UserMessage [] [src]

pub struct UserMessage {
    pub id: String,
    pub timestamp: String,
}

Fields

Trait Implementations

impl Debug for UserMessage
[src]

[]

Formats the value using the given formatter.

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

impl PartialEq for UserMessage
[src]

[]

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

[]

This method tests for !=.