Enum input::MetaEvent [−][src]
#[non_exhaustive]
pub enum MetaEvent {
Show variants
Abort,
ActionBreak,
ActionDrop,
ActionEdit,
ActionFixup,
ActionPick,
ActionReword,
ActionSquash,
Edit,
Exit,
Delete,
ForceAbort,
ForceRebase,
Help,
InsertLine,
Kill,
MoveCursorDown,
MoveCursorEnd,
MoveCursorHome,
MoveCursorLeft,
MoveCursorPageDown,
MoveCursorPageUp,
MoveCursorRight,
MoveCursorUp,
No,
OpenInEditor,
Rebase,
Redo,
ScrollBottom,
ScrollDown,
ScrollJumpDown,
ScrollJumpUp,
ScrollLeft,
ScrollRight,
ScrollTop,
ScrollUp,
ShowCommit,
ShowDiff,
SwapSelectedDown,
SwapSelectedUp,
ToggleVisualMode,
Undo,
Yes,
ExternalCommandSuccess,
ExternalCommandError,
}Expand description
Represents an event that is not tied directly to a user input device.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
The abort meta event.
The break action meta event.
The drop action meta event.
The edit action meta event.
The fixup action meta event.
The pick action meta event.
The reword action meta event.
The squash action meta event.
The edit meta event.
The exit meta event.
The delete meta event.
The force abort meta event.
The force rebase meta event.
The help meta event.
The insert line meta event.
The kill meta event.
The move cursor down meta event.
The move cursor to end meta event.
The move cursor to home meta event.
The move cursor left meta event.
The move cursor page down meta event.
The move cursor page up meta event.
The move cursor right meta event.
The move cursor up meta event.
The no meta event.
The open in editor meta event.
The rebase meta event.
The redo meta event.
The scroll bottom meta event.
The scroll bottom meta event.
The scroll to bottom meta event.
The scroll jump down meta event.
The scroll jump up meta event.
The scroll left meta event.
The scroll right meta event.
The scroll to top meta event.
The show commit meta event.
The show diff meta event.
The swap selection down meta event.
The swap selection up meta event.
The toggle visual mode meta event.
The undo meta event.
The yes meta event.
The external command was successful meta event.
the external command was an error meta event.
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for MetaEventimpl UnwindSafe for MetaEventBlanket Implementations
Mutably borrows from an owned value. Read more