Struct yrs::AfterTransactionEvent
source · [−]pub struct AfterTransactionEvent {
pub before_state: StateVector,
pub after_state: StateVector,
pub delete_set: DeleteSet,
}Expand description
Holds transaction update information from a commit after state vectors have been compressed.
Fields
before_state: StateVectorafter_state: StateVectordelete_set: DeleteSetAuto Trait Implementations
impl RefUnwindSafe for AfterTransactionEvent
impl Send for AfterTransactionEvent
impl Sync for AfterTransactionEvent
impl Unpin for AfterTransactionEvent
impl UnwindSafe for AfterTransactionEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more