Struct hipchat_client::room::RoomDetail [] [src]

pub struct RoomDetail {
    pub xmpp_jid: String,
    pub statistics: RoomDetailStatistics,
    pub name: String,
    pub links: RoomDetailLinks,
    pub created: String,
    pub is_archived: bool,
    pub privacy: Privacy,
    pub is_guest_accessible: bool,
    pub topic: String,
    pub avatar_url: Option<String>,
    pub id: u64,
    pub guest_access_url: Option<String>,
}

Fields

Trait Implementations

impl Debug for RoomDetail
[src]

Formats the value using the given formatter.

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

impl PartialEq for RoomDetail
[src]

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

This method tests for !=.