Struct openmetrics_parser::HistogramValue [−][src]
pub struct HistogramValue {
pub sum: Option<MetricNumber>,
pub count: Option<u64>,
pub created: Option<Timestamp>,
pub buckets: Vec<HistogramBucket>,
}
Fields
sum: Option<MetricNumber>
count: Option<u64>
created: Option<Timestamp>
buckets: Vec<HistogramBucket>
Trait Implementations
Returns the “default value” for a type. 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 HistogramValue
impl Send for HistogramValue
impl Sync for HistogramValue
impl Unpin for HistogramValue
impl UnwindSafe for HistogramValue
Blanket Implementations
Mutably borrows from an owned value. Read more