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

pub enum Category {
    Complete,
    Kill,
    Search,
    IncrementalSearch,
    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

Non-incremental search command

Incremental search command

Yank command

Digit argument command

Other command

Trait Implementations

impl Copy for Category
[src]

impl Clone for Category
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Category
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Category
[src]

impl PartialEq for Category
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Category

impl Sync for Category