Enum rustyline::InputMode [−][src]
pub enum InputMode {
Command,
Insert,
Replace,
}Expand description
Vi input modes
Variants
Vi Command/Alternate
Insert/Input mode
Overwrite mode
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InputMode
impl UnwindSafe for InputMode
Blanket Implementations
Mutably borrows from an owned value. Read more