Struct bencher::TestOpts [] [src]

pub struct TestOpts {
    pub filter: Option<String>,
    pub run_ignored: bool,
    pub logfile: Option<PathBuf>,
    pub quiet: bool,
    pub test_threads: Option<usize>,
}

Fields

filter: Option<String> run_ignored: bool logfile: Option<PathBuf> quiet: bool test_threads: Option<usize>

Trait Implementations

impl Default for TestOpts
[src]

fn default() -> TestOpts

Returns the "default value" for a type. Read more