pub struct Changeset { /* private fields */ }
Expand description
Undo manager
Trait Implementations§
source§impl ChangeListener for Changeset
impl ChangeListener for Changeset
source§impl DeleteListener for Changeset
impl DeleteListener for Changeset
source§fn start_killing(&mut self)
fn start_killing(&mut self)
used to make the distinction between simple character(s) deletion and
word(s)/line(s) deletion
source§fn stop_killing(&mut self)
fn stop_killing(&mut self)
used to make the distinction between simple character(s) deletion and
word(s)/line(s) deletion
Auto Trait Implementations§
impl Freeze for Changeset
impl RefUnwindSafe for Changeset
impl Send for Changeset
impl Sync for Changeset
impl Unpin for Changeset
impl UnwindSafe for Changeset
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