Struct openmetrics_parser::HistogramBucket [−][src]
pub struct HistogramBucket {
pub count: MetricNumber,
pub upper_bound: f64,
pub exemplar: Option<Exemplar>,
}
Fields
count: MetricNumber
upper_bound: f64
exemplar: Option<Exemplar>
Trait Implementations
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 HistogramBucket
impl Send for HistogramBucket
impl Sync for HistogramBucket
impl Unpin for HistogramBucket
impl UnwindSafe for HistogramBucket
Blanket Implementations
Mutably borrows from an owned value. Read more