pub struct LabelParam<'a> {
pub key: &'a str,
pub value: &'a str,
}Expand description
A string key-value label for metric dimensions.
Fields§
§key: &'a str§value: &'a strAuto Trait Implementations§
impl<'a> Freeze for LabelParam<'a>
impl<'a> RefUnwindSafe for LabelParam<'a>
impl<'a> Send for LabelParam<'a>
impl<'a> Sync for LabelParam<'a>
impl<'a> Unpin for LabelParam<'a>
impl<'a> UnsafeUnpin for LabelParam<'a>
impl<'a> UnwindSafe for LabelParam<'a>
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