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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for Percentiles[src]
fn clone(&self) -> Percentiles[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for Percentiles[src]
fn eq(&self, __arg_0: &Percentiles) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Percentiles) -> bool[src]
This method tests for !=.