pub struct LabelsConfig { /* private fields */ }
Expand description
Configuration for the labels used in metrics
Implementations§
Source§impl LabelsConfig
impl LabelsConfig
Trait Implementations§
Source§impl Clone for LabelsConfig
impl Clone for LabelsConfig
Source§fn clone(&self) -> LabelsConfig
fn clone(&self) -> LabelsConfig
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 LabelsConfig
impl Debug for LabelsConfig
Auto Trait Implementations§
impl Freeze for LabelsConfig
impl RefUnwindSafe for LabelsConfig
impl Send for LabelsConfig
impl Sync for LabelsConfig
impl Unpin for LabelsConfig
impl UnwindSafe for LabelsConfig
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