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 state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

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 !=.