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
start_index: Option<u64>
max_results: Option<u64>
include_private: Option<bool>
include_archived: Option<bool>
Trait Implementations
impl Debug for RoomsRequest[src]
impl Hash for RoomsRequest[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl Eq for RoomsRequest[src]
impl PartialEq for RoomsRequest[src]
fn eq(&self, __arg_0: &RoomsRequest) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &RoomsRequest) -> bool
This method tests for !=.