Enum datafusion_rustyline::config::EditMode[][src]

pub enum EditMode {
    Emacs,
    Vi,
}

Style of editing / Standard keymaps

Variants

Trait Implementations

impl Clone for EditMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EditMode
[src]

impl Debug for EditMode
[src]

Formats the value using the given formatter. Read more

impl PartialEq for EditMode
[src]

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

This method tests for !=.

impl Eq for EditMode
[src]

Auto Trait Implementations

impl Send for EditMode

impl Sync for EditMode