pub struct MetricLabelName(/* private fields */);Expand description
A Prometheus label name.
Implementations§
Trait Implementations§
Source§impl Clone for MetricLabelName
impl Clone for MetricLabelName
Source§impl Debug for MetricLabelName
impl Debug for MetricLabelName
impl Eq for MetricLabelName
Source§impl Ord for MetricLabelName
impl Ord for MetricLabelName
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for MetricLabelName
impl PartialEq for MetricLabelName
Source§impl PartialOrd for MetricLabelName
impl PartialOrd for MetricLabelName
impl StructuralPartialEq for MetricLabelName
Auto Trait Implementations§
impl Freeze for MetricLabelName
impl RefUnwindSafe for MetricLabelName
impl Send for MetricLabelName
impl Sync for MetricLabelName
impl Unpin for MetricLabelName
impl UnsafeUnpin for MetricLabelName
impl UnwindSafe for MetricLabelName
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