Enum rustyline::config::EditMode [−][src]
#[non_exhaustive]
pub enum EditMode {
Emacs,
Vi,
}
Expand description
Style of editing / Standard keymaps
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Emacs
Emacs keymap
Vi
Vi keymap
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EditMode
impl UnwindSafe for EditMode
Blanket Implementations
Mutably borrows from an owned value. Read more