pub struct ExpandOptions {
    pub expansion_type: Option<ExpansionType>,
    pub default_to_empty: bool,
}
Expand description

Expand options

Fields

expansion_type: Option<ExpansionType>

The expansion type (unix/windows/…)

default_to_empty: bool

If true (default), empty variables will be replaced with empty text, false to keep original variable untouched. This is ignored in case of expansion type: UnixBracketsWithDefaults and a default is provided.

Implementations

Creates and returns a new instance.

Clones and modifies the expansion type

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.