pub struct GCounterDelta { /* private fields */ }Expand description
Delta for GCounter: only the entries where self is ahead of other.
Trait Implementations§
Source§impl Clone for GCounterDelta
impl Clone for GCounterDelta
Source§fn clone(&self) -> GCounterDelta
fn clone(&self) -> GCounterDelta
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 GCounterDelta
impl Debug for GCounterDelta
Source§impl PartialEq for GCounterDelta
impl PartialEq for GCounterDelta
impl Eq for GCounterDelta
impl StructuralPartialEq for GCounterDelta
Auto Trait Implementations§
impl Freeze for GCounterDelta
impl RefUnwindSafe for GCounterDelta
impl Send for GCounterDelta
impl Sync for GCounterDelta
impl Unpin for GCounterDelta
impl UnwindSafe for GCounterDelta
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