Struct randselect::Args

source ·
pub struct Args {
    pub verbosity: u8,
    pub out_dir: String,
    pub in_dir: String,
    pub num_files: usize,
    pub move_files: bool,
    pub go: bool,
    pub no_color: bool,
    pub seed: Option<u64>,
}

Fields§

§verbosity: u8§out_dir: String§in_dir: String§num_files: usize§move_files: bool§go: bool§no_color: bool§seed: Option<u64>

Trait Implementations§

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