pub enum NoLabelSet {}
Expand description
Uninhabited type to represent the lack of a label set for a metric
Trait Implementations§
Source§impl Debug for NoLabelSet
impl Debug for NoLabelSet
Source§impl EncodeLabelSet for NoLabelSet
impl EncodeLabelSet for NoLabelSet
Auto Trait Implementations§
impl Freeze for NoLabelSet
impl RefUnwindSafe for NoLabelSet
impl Send for NoLabelSet
impl Sync for NoLabelSet
impl Unpin for NoLabelSet
impl UnwindSafe for NoLabelSet
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