pub struct SetUnion;Expand description
CRDT-inspired merge for sets (takes union)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetUnion
impl RefUnwindSafe for SetUnion
impl Send for SetUnion
impl Sync for SetUnion
impl Unpin for SetUnion
impl UnwindSafe for SetUnion
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