Struct loro_internal::event::DiffEvent
source · pub struct DiffEvent<'a> {
pub from_children: bool,
pub container: &'a ContainerDiff,
pub doc: &'a DocDiff,
}
Fields§
§from_children: bool
whether the event comes from the children of the container.
container: &'a ContainerDiff
§doc: &'a DocDiff
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DiffEvent<'a>
impl<'a> Send for DiffEvent<'a>
impl<'a> Sync for DiffEvent<'a>
impl<'a> Unpin for DiffEvent<'a>
impl<'a> UnwindSafe for DiffEvent<'a>
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