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