Struct metrics::DEFAULT_REGISTRY
source · pub struct DEFAULT_REGISTRY { /* private fields */ }
Trait Implementations§
source§impl Deref for DEFAULT_REGISTRY
impl Deref for DEFAULT_REGISTRY
impl LazyStatic for DEFAULT_REGISTRY
Auto Trait Implementations§
impl RefUnwindSafe for DEFAULT_REGISTRY
impl Send for DEFAULT_REGISTRY
impl Sync for DEFAULT_REGISTRY
impl Unpin for DEFAULT_REGISTRY
impl UnwindSafe for DEFAULT_REGISTRY
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