Struct sozu_command_lib::messages::FilteredTimeSerie [−][src]
pub struct FilteredTimeSerie { pub last_second: u32, pub last_minute: Vec<u32>, pub last_hour: Vec<u32>, }
Fields
last_second: u32
last_minute: Vec<u32>
last_hour: Vec<u32>
Trait Implementations
impl Clone for FilteredTimeSerie
[src]
impl Clone for FilteredTimeSerie
fn clone(&self) -> FilteredTimeSerie
[src]
fn clone(&self) -> FilteredTimeSerie
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for FilteredTimeSerie
[src]
impl PartialEq for FilteredTimeSerie
fn eq(&self, other: &FilteredTimeSerie) -> bool
[src]
fn eq(&self, other: &FilteredTimeSerie) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &FilteredTimeSerie) -> bool
[src]
fn ne(&self, other: &FilteredTimeSerie) -> bool
This method tests for !=
.
impl Eq for FilteredTimeSerie
[src]
impl Eq for FilteredTimeSerie
impl Hash for FilteredTimeSerie
[src]
impl Hash for FilteredTimeSerie
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash<__H: Hasher>(&self, state: &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[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl Debug for FilteredTimeSerie
[src]
impl Debug for FilteredTimeSerie
Auto Trait Implementations
impl Send for FilteredTimeSerie
impl Send for FilteredTimeSerie
impl Sync for FilteredTimeSerie
impl Sync for FilteredTimeSerie