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

Trait Implementations

impl Default for TestOpts
[src]

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