Struct sozu_command_lib::proxy::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 Percentilesfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Percentiles[src] 
impl Clone for Percentilesfn clone(&self) -> Percentiles[src] 
fn clone(&self) -> PercentilesReturns 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 Percentilesfn eq(&self, other: &Percentiles) -> bool[src] 
fn eq(&self, other: &Percentiles) -> boolThis 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) -> boolThis method tests for !=.
impl Eq for Percentiles[src] 
impl Eq for Percentilesimpl Hash for Percentiles[src] 
impl Hash for PercentilesAuto Trait Implementations
impl Send for Percentiles
impl Send for Percentilesimpl Sync for Percentiles
impl Sync for Percentiles