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: u64p_50: u64p_90: u64p_99: u64p_99_9: u64p_99_99: u64p_99_999: u64p_100: u64Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Percentilesimpl Send for Percentilesimpl Sync for Percentilesimpl Unpin for Percentilesimpl UnwindSafe for PercentilesBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self