pub struct Insertion { /* private fields */ }Expand description
An insertion in CRDT coordinates.
This struct is created by the inserted method on the Replica owned
by the peer that performed the insertion, and can be integrated by another
Replica via the integrate_insertion method.
See the documentation of those methods for more information.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Insertion
impl<'de> Deserialize<'de> for Insertion
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 Insertion
impl PartialEq for Insertion
impl Eq for Insertion
impl StructuralPartialEq for Insertion
Auto Trait Implementations§
impl RefUnwindSafe for Insertion
impl Send for Insertion
impl Sync for Insertion
impl Unpin for Insertion
impl UnwindSafe for Insertion
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