pub struct DefaultCounter { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for DefaultCounter
impl Clone for DefaultCounter
Auto Trait Implementations§
impl Freeze for DefaultCounter
impl RefUnwindSafe for DefaultCounter
impl Send for DefaultCounter
impl Sync for DefaultCounter
impl Unpin for DefaultCounter
impl UnwindSafe for DefaultCounter
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