pub struct MetricsRegistry { /* private fields */ }Expand description
Global metrics registry.
Implementations§
Trait Implementations§
Source§impl Debug for MetricsRegistry
impl Debug for MetricsRegistry
Source§impl Default for MetricsRegistry
impl Default for MetricsRegistry
Source§fn default() -> MetricsRegistry
fn default() -> MetricsRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MetricsRegistry
impl RefUnwindSafe for MetricsRegistry
impl Send for MetricsRegistry
impl Sync for MetricsRegistry
impl Unpin for MetricsRegistry
impl UnsafeUnpin for MetricsRegistry
impl UnwindSafe for MetricsRegistry
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