pub enum CrdtType {
Loro,
LoroEphemeralStore,
LoroEphemeralStorePersisted,
Yjs,
YjsAwareness,
Elo,
}Expand description
CRDT types supported by the wire format.
Variants§
Loro
“%LOR”
LoroEphemeralStore
“%EPH”
LoroEphemeralStorePersisted
“%EPS”
Yjs
“%YJS”
YjsAwareness
“%YAW”
Elo
“%ELO” (End-to-End Encrypted Loro)
Implementations§
Trait Implementations§
impl Copy for CrdtType
impl Eq for CrdtType
impl StructuralPartialEq for CrdtType
Auto Trait Implementations§
impl Freeze for CrdtType
impl RefUnwindSafe for CrdtType
impl Send for CrdtType
impl Sync for CrdtType
impl Unpin for CrdtType
impl UnwindSafe for CrdtType
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