Struct hipchat_client::room::RoomDetailOwner [] [src]

pub struct RoomDetailOwner {
    pub mention_name: String,
    pub id: u64,
    pub links: RoomDetailOwnerLinks,
    pub name: String,
}

Fields

Trait Implementations

impl Debug for RoomDetailOwner
[src]

[]

Formats the value using the given formatter.

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

impl PartialEq for RoomDetailOwner
[src]

[]

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

[]

This method tests for !=.