Enum datafusion_rustyline::At[][src]

pub enum At {
    Start,
    BeforeEnd,
    AfterEnd,
}

Where to move with respect to word boundary

Variants

Trait Implementations

impl Debug for At
[src]

Formats the value using the given formatter. Read more

impl Clone for At
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for At

impl Sync for At