Struct loro_internal::delta::TreeDeltaItem
source · pub struct TreeDeltaItem {
pub target: TreeID,
pub action: TreeInternalDiff,
}Expand description
The semantic action in movable tree.
Fields§
§target: TreeID§action: TreeInternalDiffTrait Implementations§
source§impl Clone for TreeDeltaItem
impl Clone for TreeDeltaItem
source§fn clone(&self) -> TreeDeltaItem
fn clone(&self) -> TreeDeltaItem
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 TreeDeltaItem
impl Debug for TreeDeltaItem
source§impl Serialize for TreeDeltaItem
impl Serialize for TreeDeltaItem
impl Copy for TreeDeltaItem
Auto Trait Implementations§
impl RefUnwindSafe for TreeDeltaItem
impl Send for TreeDeltaItem
impl Sync for TreeDeltaItem
impl Unpin for TreeDeltaItem
impl UnwindSafe for TreeDeltaItem
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