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