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