Enum rustyline::line_buffer::WordAction [−][src]
pub enum WordAction {
CAPITALIZE,
LOWERCASE,
UPPERCASE,
}
Expand description
Word’s case change
Variants
CAPITALIZE
Capitalize word
LOWERCASE
lowercase word
UPPERCASE
uppercase word
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WordAction
impl Send for WordAction
impl Sync for WordAction
impl Unpin for WordAction
impl UnwindSafe for WordAction
Blanket Implementations
Mutably borrows from an owned value. Read more