Struct wee_rl::config::Config [] [src]

pub struct Config { /* fields omitted */ }

Methods

impl Config
[src]

[src]

[src]

Tell the maximum length (i.e. number of entries) for the history.

[src]

Tell if lines which match the previous history entry are saved or not in the history list. By default, they are ignored.

[src]

Tell if lines which begin with a space character are saved or not in the history list. By default, they are saved.

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Config
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Config
[src]

impl Debug for Config
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Config
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Config
[src]

impl Default for Config
[src]

[src]

Returns the "default value" for a type. Read more