pub struct ConstCounter { /* private fields */ }
Expand description
Const wrapper for Counter
Implementations§
Source§impl ConstCounter
impl ConstCounter
Auto Trait Implementations§
impl Freeze for ConstCounter
impl RefUnwindSafe for ConstCounter
impl Send for ConstCounter
impl Sync for ConstCounter
impl Unpin for ConstCounter
impl UnwindSafe for ConstCounter
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