Struct zaplib_components::TextUndo
source · [−]pub struct TextUndo {
pub ops: Vec<TextOp>,
pub grouping: TextUndoGrouping,
pub cursors: TextCursorSet,
}Fields
ops: Vec<TextOp>grouping: TextUndoGroupingcursors: TextCursorSetTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextUndo
impl UnwindSafe for TextUndo
Blanket Implementations
Mutably borrows from an owned value. Read more