pub struct CounterCollector(/* private fields */);
Expand description
Collect
trait implmentation for Counter
.
Trait Implementations§
Source§impl Collect for CounterCollector
impl Collect for CounterCollector
Auto Trait Implementations§
impl Freeze for CounterCollector
impl RefUnwindSafe for CounterCollector
impl Send for CounterCollector
impl Sync for CounterCollector
impl Unpin for CounterCollector
impl UnwindSafe for CounterCollector
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