pub struct Configuration {
pub parallel: bool,
pub exit_on_failure: bool,
}Expand description
A Runner’s configuration.
Fields§
§parallel: boolWhether the runner executes tests in parallel
exit_on_failure: boolWhether the runner exits the procees upon encountering failures
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Configuration
impl RefUnwindSafe for Configuration
impl Send for Configuration
impl Sync for Configuration
impl Unpin for Configuration
impl UnwindSafe for Configuration
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