pub struct CountCollector { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for CountCollector
impl Debug for CountCollector
Auto Trait Implementations§
impl Freeze for CountCollector
impl RefUnwindSafe for CountCollector
impl Send for CountCollector
impl Sync for CountCollector
impl Unpin for CountCollector
impl UnwindSafe for CountCollector
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more