pub(super) enum MetricLabelValue {
Text(&'static str),
Number(usize),
}Variants§
Trait Implementations§
Source§impl Clone for MetricLabelValue
impl Clone for MetricLabelValue
Source§fn clone(&self) -> MetricLabelValue
fn clone(&self) -> MetricLabelValue
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MetricLabelValue
impl Debug for MetricLabelValue
Source§impl PartialEq for MetricLabelValue
impl PartialEq for MetricLabelValue
impl Copy for MetricLabelValue
impl Eq 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