pub struct IntCounter(/* private fields */);Implementations§
Source§impl IntCounter
impl IntCounter
Trait Implementations§
Source§impl Debug for IntCounter
impl Debug for IntCounter
Source§impl Default for IntCounter
impl Default for IntCounter
Source§fn default() -> IntCounter
fn default() -> IntCounter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for IntCounter
impl RefUnwindSafe for IntCounter
impl Send for IntCounter
impl Sync for IntCounter
impl Unpin for IntCounter
impl UnwindSafe for IntCounter
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