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
start_index: Option<u64>
max_results: Option<u64>
reversed: Option<bool>
date: Option<String>
include_deleted: Option<bool>
timezone: Option<String>
end_date: Option<String>
Trait Implementations
impl Debug for MessagesRequest[src]
impl Clone for MessagesRequest[src]
fn clone(&self) -> MessagesRequest
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Hash for MessagesRequest[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 MessagesRequest[src]
impl PartialEq for MessagesRequest[src]
fn eq(&self, __arg_0: &MessagesRequest) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &MessagesRequest) -> bool
This method tests for !=.