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