pub struct DryRunner;Expand description
Dry-run runner that never spawns processes.
Trait Implementations§
Source§impl VerifierRunner for DryRunner
impl VerifierRunner for DryRunner
fn run(&self, plan: &InvocationPlan) -> ExecutionResult
fn run_all(&self, plans: &[InvocationPlan]) -> Vec<ExecutionResult>
Auto Trait Implementations§
impl Freeze for DryRunner
impl RefUnwindSafe for DryRunner
impl Send for DryRunner
impl Sync for DryRunner
impl Unpin for DryRunner
impl UnsafeUnpin for DryRunner
impl UnwindSafe for DryRunner
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