Struct prometheus_manager::HistogramCount
source · pub struct HistogramCount {
pub less_than: f64,
pub count: f64,
}Fields§
§less_than: f64§count: f64Trait Implementations§
source§impl Clone for HistogramCount
impl Clone for HistogramCount
source§fn clone(&self) -> HistogramCount
fn clone(&self) -> HistogramCount
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 HistogramCount
impl Debug for HistogramCount
source§impl PartialEq<HistogramCount> for HistogramCount
impl PartialEq<HistogramCount> for HistogramCount
source§fn eq(&self, other: &HistogramCount) -> bool
fn eq(&self, other: &HistogramCount) -> bool
This method tests for
self and other values to be equal, and is used
by ==.