pub struct PNCounterDelta { /* private fields */ }Expand description
Delta for PNCounter: deltas for both the increment and decrement counters.
Trait Implementations§
Source§impl Clone for PNCounterDelta
impl Clone for PNCounterDelta
Source§fn clone(&self) -> PNCounterDelta
fn clone(&self) -> PNCounterDelta
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 PNCounterDelta
impl Debug for PNCounterDelta
Source§impl PartialEq for PNCounterDelta
impl PartialEq for PNCounterDelta
impl Eq for PNCounterDelta
impl StructuralPartialEq for PNCounterDelta
Auto Trait Implementations§
impl Freeze for PNCounterDelta
impl RefUnwindSafe for PNCounterDelta
impl Send for PNCounterDelta
impl Sync for PNCounterDelta
impl Unpin for PNCounterDelta
impl UnwindSafe for PNCounterDelta
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