pub enum TextUndoGrouping {
Space,
LiveEdit(u64),
Newline,
Character(u64),
Backspace(u64),
Delete(usize),
Block,
Tab,
Cut,
Format,
Other,
}
Variants
Space
LiveEdit(u64)
Newline
Character(u64)
Backspace(u64)
Delete(usize)
Block
Tab
Cut
Format
Other
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TextUndoGrouping
impl Send for TextUndoGrouping
impl Sync for TextUndoGrouping
impl Unpin for TextUndoGrouping
impl UnwindSafe for TextUndoGrouping
Blanket Implementations
Mutably borrows from an owned value. Read more