Enum rustyline::CharSearch [−][src]
Expand description
Vi character search
Variants
Forward(char)
Tuple Fields
0: charForward search
ForwardBefore(char)
Tuple Fields
0: charForward search until
Backward(char)
Tuple Fields
0: charBackward search
BackwardAfter(char)
Tuple Fields
0: charBackward 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
