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

Trait Implementations

impl Debug for UsersRequest
[src]

Formats the value using the given formatter.

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

impl PartialEq for UsersRequest
[src]

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

This method tests for !=.

impl Default for UsersRequest
[src]

Returns the "default value" for a type. Read more

impl AppendToQueryParams for UsersRequest
[src]