pub struct MetricLabelValue(/* private fields */);Expand description
A Prometheus label value.
Implementations§
Trait Implementations§
Source§impl Clone for MetricLabelValue
impl Clone for MetricLabelValue
Source§impl Debug for MetricLabelValue
impl Debug for MetricLabelValue
impl Eq for MetricLabelValue
Source§impl PartialEq for MetricLabelValue
impl PartialEq for MetricLabelValue
impl StructuralPartialEq for MetricLabelValue
Auto Trait Implementations§
impl Freeze for MetricLabelValue
impl RefUnwindSafe for MetricLabelValue
impl Send for MetricLabelValue
impl Sync for MetricLabelValue
impl Unpin for MetricLabelValue
impl UnsafeUnpin for MetricLabelValue
impl UnwindSafe for MetricLabelValue
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