Struct datafusion_rustyline::config::Config[][src]

pub struct Config { /* fields omitted */ }

User preferences

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.

Tell if lines are automatically added to the history.

By default, they are not.

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. Read more

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

Auto Trait Implementations

impl Send for Config

impl Sync for Config