Struct loro_internal::delta::TreeDiffItem
source · pub struct TreeDiffItem {
pub target: TreeID,
pub action: TreeExternalDiff,
}Fields§
§target: TreeID§action: TreeExternalDiffTrait Implementations§
source§impl Clone for TreeDiffItem
impl Clone for TreeDiffItem
source§fn clone(&self) -> TreeDiffItem
fn clone(&self) -> TreeDiffItem
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 TreeDiffItem
impl Debug for TreeDiffItem
source§impl Serialize for TreeDiffItem
impl Serialize for TreeDiffItem
impl Copy for TreeDiffItem
Auto Trait Implementations§
impl RefUnwindSafe for TreeDiffItem
impl Send for TreeDiffItem
impl Sync for TreeDiffItem
impl Unpin for TreeDiffItem
impl UnwindSafe for TreeDiffItem
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