pub struct GSet { /* private fields */ }Expand description
A grow-only set CRDT. Elements can be added but never removed.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GSet
impl<'de> Deserialize<'de> for GSet
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
impl Eq for GSet
impl StructuralPartialEq for GSet
Auto Trait Implementations§
impl Freeze for GSet
impl RefUnwindSafe for GSet
impl Send for GSet
impl Sync for GSet
impl Unpin for GSet
impl UnsafeUnpin for GSet
impl UnwindSafe for GSet
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