pub struct AllCounts { /* private fields */ }
Expand description
A collection of counts for all types.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllCounts
impl RefUnwindSafe for AllCounts
impl Send for AllCounts
impl Sync for AllCounts
impl Unpin for AllCounts
impl UnwindSafe for AllCounts
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