Struct loro_internal::event::ContainerDiff
source · pub struct ContainerDiff {
pub id: ContainerID,
pub path: Vec<(ContainerID, Index)>,
pub diff: Diff,
/* private fields */
}Fields§
§id: ContainerID§path: Vec<(ContainerID, Index)>§diff: DiffTrait Implementations§
source§impl Clone for ContainerDiff
impl Clone for ContainerDiff
source§fn clone(&self) -> ContainerDiff
fn clone(&self) -> ContainerDiff
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 moreAuto Trait Implementations§
impl RefUnwindSafe for ContainerDiff
impl Send for ContainerDiff
impl Sync for ContainerDiff
impl Unpin for ContainerDiff
impl UnwindSafe for ContainerDiff
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