pub struct TextUndo {
pub ops: Vec<TextOp>,
pub grouping: TextUndoGrouping,
pub cursors: TextCursorSet,
}
Fields§
§ops: Vec<TextOp>
§grouping: TextUndoGrouping
§cursors: TextCursorSet
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextUndo
impl RefUnwindSafe for TextUndo
impl Send for TextUndo
impl Sync for TextUndo
impl Unpin for TextUndo
impl UnwindSafe for TextUndo
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