Enum loro_internal::delta::TreeExternalDiff
source · pub enum TreeExternalDiff {
Create,
Move(Option<TreeID>),
Delete,
}Variants§
Trait Implementations§
source§impl Clone for TreeExternalDiff
impl Clone for TreeExternalDiff
source§fn clone(&self) -> TreeExternalDiff
fn clone(&self) -> TreeExternalDiff
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TreeExternalDiff
impl Debug for TreeExternalDiff
source§impl Serialize for TreeExternalDiff
impl Serialize for TreeExternalDiff
impl Copy for TreeExternalDiff
Auto Trait Implementations§
impl RefUnwindSafe for TreeExternalDiff
impl Send for TreeExternalDiff
impl Sync for TreeExternalDiff
impl Unpin for TreeExternalDiff
impl UnwindSafe for TreeExternalDiff
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