Enum linefeed::command::Category [] [src]

pub enum Category {
    Complete,
    Kill,
    Yank,
    Digit,
    Other,
}

Describes the category of a command

A command's category determines how particular operations behave in succession.

Variants

Completion command

Kill command

Yank command

Digit argument command

Other command

Trait Implementations

impl Copy for Category
[src]

impl Clone for Category
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Category
[src]

Formats the value using the given formatter.

impl Eq for Category
[src]

impl PartialEq for Category
[src]

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

This method tests for !=.