pub struct MetricId { /* private fields */ }Expand description
An identifier of a metric.
It consists of a name as well as a set of tags that can be used to further filter and partition the metrics.
Implementations§
Trait Implementations§
Source§impl Ord for MetricId
impl Ord for MetricId
Source§impl PartialOrd for MetricId
impl PartialOrd for MetricId
impl Eq for MetricId
impl StructuralPartialEq for MetricId
Auto Trait Implementations§
impl Freeze for MetricId
impl RefUnwindSafe for MetricId
impl Send for MetricId
impl Sync for MetricId
impl Unpin for MetricId
impl UnwindSafe for MetricId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more