pub struct TestOpts {Show 16 fields
pub list: bool,
pub filters: Vec<String>,
pub filter_exact: bool,
pub force_run_in_process: bool,
pub exclude_should_panic: bool,
pub run_ignored: RunIgnored,
pub run_tests: bool,
pub bench_benchmarks: bool,
pub logfile: Option<PathBuf>,
pub nocapture: bool,
pub color: ColorConfig,
pub format: OutputFormat,
pub test_threads: Option<usize>,
pub skip: Vec<String>,
pub time_options: Option<TestTimeOptions>,
pub options: Options,
}Fields§
§list: bool§filters: Vec<String>§filter_exact: bool§force_run_in_process: bool§exclude_should_panic: bool§run_ignored: RunIgnored§run_tests: bool§bench_benchmarks: bool§logfile: Option<PathBuf>§nocapture: bool§color: ColorConfig§format: OutputFormat§test_threads: Option<usize>§skip: Vec<String>§time_options: Option<TestTimeOptions>§options: OptionsImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestOpts
impl RefUnwindSafe for TestOpts
impl Send for TestOpts
impl Sync for TestOpts
impl Unpin for TestOpts
impl UnwindSafe for TestOpts
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more