pub struct CheckGroupRunOpts {
pub fail_fast: Option<bool>,
}Fields§
§fail_fast: Option<bool>If true, stop running checks as soon as any check fails.
Trait Implementations§
Source§impl Debug for CheckGroupRunOpts
impl Debug for CheckGroupRunOpts
Source§impl PartialEq for CheckGroupRunOpts
impl PartialEq for CheckGroupRunOpts
impl StructuralPartialEq for CheckGroupRunOpts
Auto Trait Implementations§
impl Freeze for CheckGroupRunOpts
impl RefUnwindSafe for CheckGroupRunOpts
impl Send for CheckGroupRunOpts
impl Sync for CheckGroupRunOpts
impl Unpin for CheckGroupRunOpts
impl UnsafeUnpin for CheckGroupRunOpts
impl UnwindSafe for CheckGroupRunOpts
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