pub struct SignedSumDelta { /* private fields */ }Expand description
Delta for SignedSum: the per-node pos / neg increments
accumulated since the last DeltaCrdt::take_delta.
Trait Implementations§
Source§impl Clone for SignedSumDelta
impl Clone for SignedSumDelta
Source§fn clone(&self) -> SignedSumDelta
fn clone(&self) -> SignedSumDelta
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 SignedSumDelta
impl Debug for SignedSumDelta
Source§impl Default for SignedSumDelta
impl Default for SignedSumDelta
Source§fn default() -> SignedSumDelta
fn default() -> SignedSumDelta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SignedSumDelta
impl<'de> Deserialize<'de> for SignedSumDelta
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SignedSumDelta
impl PartialEq for SignedSumDelta
Source§fn eq(&self, other: &SignedSumDelta) -> bool
fn eq(&self, other: &SignedSumDelta) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SignedSumDelta
impl Serialize for SignedSumDelta
impl Eq for SignedSumDelta
impl StructuralPartialEq for SignedSumDelta
Auto Trait Implementations§
impl Freeze for SignedSumDelta
impl RefUnwindSafe for SignedSumDelta
impl Send for SignedSumDelta
impl Sync for SignedSumDelta
impl Unpin for SignedSumDelta
impl UnsafeUnpin for SignedSumDelta
impl UnwindSafe for SignedSumDelta
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