Struct hipchat_client::user::UsersRequest
[−]
[src]
pub struct UsersRequest {
pub start_index: Option<u64>,
pub max_results: Option<u64>,
pub include_guests: Option<bool>,
pub include_deleted: Option<bool>,
}Fields
start_index: Option<u64>
max_results: Option<u64>
include_guests: Option<bool>
include_deleted: Option<bool>
Trait Implementations
impl Debug for UsersRequest[src]
impl Hash for UsersRequest[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.
impl Eq for UsersRequest[src]
impl PartialEq for UsersRequest[src]
fn eq(&self, __arg_0: &UsersRequest) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &UsersRequest) -> bool
This method tests for !=.