Struct glean_core::metrics::DenominatorMetric [−][src]
pub struct DenominatorMetric { /* fields omitted */ }Expand description
A Denominator metric (a kind of count shared among Rate metrics).
Used to count things. The value can only be incremented, not decremented.
Implementations
Creates a new denominator metric.
Trait Implementations
Access the stored metadata
Access the stored metadata mutable
Whether this metric should currently be recorded Read more
Auto Trait Implementations
impl RefUnwindSafe for DenominatorMetricimpl Send for DenominatorMetricimpl Sync for DenominatorMetricimpl Unpin for DenominatorMetricimpl UnwindSafe for DenominatorMetricBlanket Implementations
Mutably borrows from an owned value. Read more