Struct glean_core::metrics::UuidMetric [−][src]
pub struct UuidMetric { /* fields omitted */ }Expand description
An UUID metric.
Stores UUID v4 (randomly generated) values.
Implementations
Creates a new UUID metric
Generates a new random [Uuid’] and sets the metric to it.
Arguments
glean- The Glean instance this metric belongs to.
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 UuidMetricimpl Send for UuidMetricimpl Sync for UuidMetricimpl Unpin for UuidMetricimpl UnwindSafe for UuidMetricBlanket Implementations
Mutably borrows from an owned value. Read more