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 (const: unstable) · 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
impl Eq for PNCounterDelta
Source§impl PartialEq for PNCounterDelta
impl PartialEq for PNCounterDelta
Source§fn eq(&self, other: &PNCounterDelta) -> bool
fn eq(&self, other: &PNCounterDelta) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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