Struct hipchat_client::room::RoomsRequest [] [src]

pub struct RoomsRequest {
    pub start_index: Option<u64>,
    pub max_results: Option<u64>,
    pub include_private: Option<bool>,
    pub include_archived: Option<bool>,
}

Fields

Trait Implementations

impl Debug for RoomsRequest
[src]

Formats the value using the given formatter.

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

impl PartialEq for RoomsRequest
[src]

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

This method tests for !=.

impl AppendToQueryParams for RoomsRequest
[src]