Struct tcalc_rustyline::config::Config [] [src]

pub struct Config { /* fields omitted */ }

Methods

impl Config
[src]

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

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

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

Trait Implementations

impl Clone for Config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Config
[src]

impl Debug for Config
[src]

Formats the value using the given formatter.

impl PartialEq for Config
[src]

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

This method tests for !=.

impl Eq for Config
[src]

impl Default for Config
[src]

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