Struct hipchat_client::user::Users [] [src]

pub struct Users {
    pub start_index: u64,
    pub max_results: u64,
    pub items: Vec<User>,
    pub links: UsersLinks,
}

Fields

Trait Implementations

impl Debug for Users
[src]

Formats the value using the given formatter.

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

impl PartialEq for Users
[src]

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

This method tests for !=.