pub struct ResA(pub u64);Expand description
Simple mutable counter.
Tuple Fields§
§0: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResA
impl RefUnwindSafe for ResA
impl Send for ResA
impl Sync for ResA
impl Unpin for ResA
impl UnsafeUnpin for ResA
impl UnwindSafe for ResA
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