pub struct SetRef<'a> { /* private fields */ }Expand description
Read-only reference to a Set CRDT.
Sets use OR-Set (Observed-Remove) semantics with add-wins conflict resolution.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SetRef<'a>
impl<'a> RefUnwindSafe for SetRef<'a>
impl<'a> Send for SetRef<'a>
impl<'a> Sync for SetRef<'a>
impl<'a> Unpin for SetRef<'a>
impl<'a> UnsafeUnpin for SetRef<'a>
impl<'a> UnwindSafe for SetRef<'a>
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