Struct hipchat_client::message::MessagesRequest [] [src]

pub struct MessagesRequest {
    pub start_index: Option<u64>,
    pub max_results: Option<u64>,
    pub reversed: Option<bool>,
    pub date: Option<String>,
    pub include_deleted: Option<bool>,
    pub timezone: Option<String>,
    pub end_date: Option<String>,
}

Fields

Trait Implementations

impl Debug for MessagesRequest
[src]

Formats the value using the given formatter.

impl Clone for MessagesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl PartialEq for MessagesRequest
[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 MessagesRequest
[src]