Struct metrics::DEFAULT_GROUPING_REGISTRY
source · pub struct DEFAULT_GROUPING_REGISTRY { /* private fields */ }
Trait Implementations§
source§impl Deref for DEFAULT_GROUPING_REGISTRY
impl Deref for DEFAULT_GROUPING_REGISTRY
§type Target = RwLock<RawRwLock, GroupingRegistry>
type Target = RwLock<RawRwLock, GroupingRegistry>
The resulting type after dereferencing.
source§fn deref(&self) -> &RwLock<GroupingRegistry>
fn deref(&self) -> &RwLock<GroupingRegistry>
Dereferences the value.
impl LazyStatic for DEFAULT_GROUPING_REGISTRY
Auto Trait Implementations§
impl RefUnwindSafe for DEFAULT_GROUPING_REGISTRY
impl Send for DEFAULT_GROUPING_REGISTRY
impl Sync for DEFAULT_GROUPING_REGISTRY
impl Unpin for DEFAULT_GROUPING_REGISTRY
impl UnwindSafe for DEFAULT_GROUPING_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