Struct gderu::Config[][src]

pub struct Config {
    pub query: String,
    pub filename: String,
    pub case_sensitive: bool,
}
Expand description

Struct containing the configuration the user requested for the search

Fields

query: Stringfilename: Stringcase_sensitive: bool

Implementations

Creates a new Config using the arguments handed to the program

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

Performs the conversion.

Performs the conversion.

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.