Struct prometheus_parse::SummaryCount
source · pub struct SummaryCount {
pub quantile: f64,
pub count: f64,
}Fields§
§quantile: f64§count: f64Trait Implementations§
source§impl Clone for SummaryCount
impl Clone for SummaryCount
source§fn clone(&self) -> SummaryCount
fn clone(&self) -> SummaryCount
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SummaryCount
impl Debug for SummaryCount
source§impl PartialEq<SummaryCount> for SummaryCount
impl PartialEq<SummaryCount> for SummaryCount
source§fn eq(&self, other: &SummaryCount) -> bool
fn eq(&self, other: &SummaryCount) -> bool
This method tests for
self and other values to be equal, and is used
by ==.