Enum rustyline::CharSearch [−][src]
Expand description
Vi character search
Variants
Forward(char)
Tuple Fields
0: char
Forward search
ForwardBefore(char)
Tuple Fields
0: char
Forward search until
Backward(char)
Tuple Fields
0: char
Backward search
BackwardAfter(char)
Tuple Fields
0: char
Backward search until
Trait Implementations
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 CharSearch
impl Send for CharSearch
impl Sync for CharSearch
impl Unpin for CharSearch
impl UnwindSafe for CharSearch
Blanket Implementations
Mutably borrows from an owned value. Read more