Struct hipchat_client::room::Rooms [] [src]

pub struct Rooms {
    pub start_index: u64,
    pub max_results: u64,
    pub items: Vec<Room>,
    pub links: RoomsLinks,
}

Fields

Trait Implementations

impl Debug for Rooms
[src]

Formats the value using the given formatter.

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

impl PartialEq for Rooms
[src]

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

This method tests for !=.