pub struct Runner { /* private fields */ }Expand description
A struct that orchestrates the execution of a series of steps.
Implementations§
Source§impl Runner
impl Runner
Sourcepub fn randomizer(self, randomizer: Randomizer) -> Self
pub fn randomizer(self, randomizer: Randomizer) -> Self
Sets a custom randomizer for the runner.
Auto Trait Implementations§
impl !Freeze for Runner
impl !RefUnwindSafe for Runner
impl !Send for Runner
impl !Sync for Runner
impl Unpin for Runner
impl !UnwindSafe for Runner
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