Struct sozu_command_lib::messages::Percentiles [−][src]
pub struct Percentiles { pub samples: u64, pub p_50: u64, pub p_90: u64, pub p_99: u64, pub p_99_9: u64, pub p_99_99: u64, pub p_99_999: u64, pub p_100: u64, }
Fields
samples: u64
p_50: u64
p_90: u64
p_99: u64
p_99_9: u64
p_99_99: u64
p_99_999: u64
p_100: u64
Trait Implementations
impl Debug for Percentiles
[src]
impl Debug for Percentiles
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for Percentiles
[src]
impl Clone for Percentiles
fn clone(&self) -> Percentiles
[src]
fn clone(&self) -> Percentiles
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 Percentiles
[src]
impl PartialEq for Percentiles
fn eq(&self, other: &Percentiles) -> bool
[src]
fn eq(&self, other: &Percentiles) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Percentiles) -> bool
[src]
fn ne(&self, other: &Percentiles) -> bool
This method tests for !=
.
impl Eq for Percentiles
[src]
impl Eq for Percentiles
impl Hash for Percentiles
[src]
impl Hash for Percentiles
Auto Trait Implementations
impl Send for Percentiles
impl Send for Percentiles
impl Sync for Percentiles
impl Sync for Percentiles