pub struct U64Counter { /* private fields */ }Expand description
A monotonic counter
Implementations§
Trait Implementations§
Source§impl Clone for U64Counter
impl Clone for U64Counter
Source§fn clone(&self) -> U64Counter
fn clone(&self) -> U64Counter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for U64Counter
impl Debug for U64Counter
Source§impl Default for U64Counter
impl Default for U64Counter
Source§fn default() -> U64Counter
fn default() -> U64Counter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for U64Counter
impl RefUnwindSafe for U64Counter
impl Send for U64Counter
impl Sync for U64Counter
impl Unpin for U64Counter
impl UnwindSafe for U64Counter
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