Enum loro_internal::delta::DeltaType
source · pub enum DeltaType {
Retain,
Insert,
Delete,
}Variants§
Trait Implementations§
source§impl PartialEq for DeltaType
impl PartialEq for DeltaType
impl Eq for DeltaType
impl StructuralEq for DeltaType
impl StructuralPartialEq for DeltaType
Auto Trait Implementations§
impl RefUnwindSafe for DeltaType
impl Send for DeltaType
impl Sync for DeltaType
impl Unpin for DeltaType
impl UnwindSafe for DeltaType
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