Enum datafusion_rustyline::Anchor[][src]

pub enum Anchor {
    After,
    Before,
}

Where to paste (relative to cursor position)

Variants

Trait Implementations

impl Debug for Anchor
[src]

Formats the value using the given formatter. Read more

impl Clone for Anchor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for Anchor

impl Sync for Anchor