Enum datafusion_rustyline::CharSearch[][src]

pub enum CharSearch {
    Forward(char),
    ForwardBefore(char),
    Backward(char),
    BackwardAfter(char),
}

Vi character search

Variants

Trait Implementations

impl Debug for CharSearch
[src]

Formats the value using the given formatter. Read more

impl Clone for CharSearch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CharSearch
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for CharSearch
[src]

Auto Trait Implementations

impl Send for CharSearch

impl Sync for CharSearch