Enum wee_rl::config::CompletionType [] [src]

pub enum CompletionType {
    Circular,
    List,
}

Variants

Complete the next full match (like in Vim by default)

Complete till longest match. When more than one match, list all matches (like in Bash/Readline).

Trait Implementations

impl Clone for CompletionType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CompletionType
[src]

impl Debug for CompletionType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CompletionType
[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 !=.

impl Eq for CompletionType
[src]