Struct hipchat_client::room::RoomDetailLinks [] [src]

pub struct RoomDetailLinks {
    pub self_: String,
    pub webhooks: String,
    pub members: Option<String>,
    pub participants: String,
}

Fields

Trait Implementations

impl Debug for RoomDetailLinks
[src]

Formats the value using the given formatter.

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

impl PartialEq for RoomDetailLinks
[src]

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

This method tests for !=.