Enum datafusion_rustyline::Word[][src]

pub enum Word {
    Big,
    Emacs,
    Vi,
}

Different word definitions

Variants

non-blanks characters

alphanumeric characters

alphanumeric (and '_') characters

Trait Implementations

impl Debug for Word
[src]

Formats the value using the given formatter. Read more

impl Clone for Word
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Word
[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 Word
[src]

Auto Trait Implementations

impl Send for Word

impl Sync for Word