Struct metrics::GroupingRegistry
source · pub struct GroupingRegistry { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Default for GroupingRegistry
impl Default for GroupingRegistry
source§fn default() -> GroupingRegistry
fn default() -> GroupingRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for GroupingRegistry
impl Send for GroupingRegistry
impl Sync for GroupingRegistry
impl Unpin for GroupingRegistry
impl !UnwindSafe for GroupingRegistry
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