Struct conch_runtime::eval::WordEvalConfig[][src]

pub struct WordEvalConfig {
    pub tilde_expansion: TildeExpansion,
    pub split_fields_further: bool,
}

A config object for customizing WordEval evaluations.

Fields

Configure tilde expansion.

Perform field splitting where appropriate or not.

Trait Implementations

impl PartialEq for WordEvalConfig
[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 WordEvalConfig
[src]

impl Copy for WordEvalConfig
[src]

impl Clone for WordEvalConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WordEvalConfig
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations