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 verbose: bool,
}Fields§
§filter: Option<String>§run_ignored: bool§run_tests: bool§bench_benchmarks: bool§logfile: Option<PathBuf>§nocapture: bool§color: ColorConfig§verbose: boolAuto 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