Enum wee_rl::Movement [] [src]

pub enum Movement {
    WholeLine,
    BeginningOfLine,
    EndOfLine,
    BackwardWord(RepeatCountWord),
    ForwardWord(RepeatCountAtWord),
    ViCharSearch(RepeatCountCharSearch),
    ViFirstPrint,
    BackwardChar(RepeatCount),
    ForwardChar(RepeatCount),
}

Variants

Trait Implementations

impl Debug for Movement
[src]

[src]

Formats the value using the given formatter.

impl Clone for Movement
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Movement
[src]

[src]

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

[src]

This method tests for !=.