pub struct LabelMetric {
pub name: CompactString,
pub values: Vec<String>,
}Fields§
§name: CompactString§values: Vec<String>Trait Implementations§
Source§impl Clone for LabelMetric
impl Clone for LabelMetric
Source§fn clone(&self) -> LabelMetric
fn clone(&self) -> LabelMetric
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 moreAuto Trait Implementations§
impl Freeze for LabelMetric
impl RefUnwindSafe for LabelMetric
impl Send for LabelMetric
impl Sync for LabelMetric
impl Unpin for LabelMetric
impl UnwindSafe for LabelMetric
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