pub struct DefaultTags(/* private fields */);Expand description
Default tags for metrics used in VortexMetrics.
Trait Implementations§
Source§impl Clone for DefaultTags
impl Clone for DefaultTags
Source§fn clone(&self) -> DefaultTags
fn clone(&self) -> DefaultTags
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 DefaultTags
impl Debug for DefaultTags
Source§impl Default for DefaultTags
impl Default for DefaultTags
Source§fn default() -> DefaultTags
fn default() -> DefaultTags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultTags
impl RefUnwindSafe for DefaultTags
impl Send for DefaultTags
impl Sync for DefaultTags
impl Unpin for DefaultTags
impl UnwindSafe for DefaultTags
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