Struct test::TestOpts
[−]
[src]
pub struct TestOpts { pub filter: Option<String>, pub run_ignored: bool, pub run_tests: bool, pub bench_benchmarks: bool, pub logfile: Option<PathBuf>, pub nocapture: bool, pub color: ColorConfig, pub quiet: bool, }
Unstable (
test
)Fields
filter: Option<String>
Unstable (
test
)run_ignored: bool
Unstable (
test
)run_tests: bool
Unstable (
test
)bench_benchmarks: bool
Unstable (
test
)logfile: Option<PathBuf>
Unstable (
test
)nocapture: bool
Unstable (
test
)color: ColorConfig
Unstable (
test
)quiet: bool
Unstable (
test
)