pub struct RecreateWithSkipRandom { /* private fields */ }Expand description
A recreate method which skips random jobs and routes.
Implementations
Trait Implementations
sourceimpl Recreate for RecreateWithSkipRandom
impl Recreate for RecreateWithSkipRandom
sourcefn run(
&self,
refinement_ctx: &RefinementContext,
insertion_ctx: InsertionContext
) -> InsertionContext
fn run(
&self,
refinement_ctx: &RefinementContext,
insertion_ctx: InsertionContext
) -> InsertionContext
Recreates a new solution from the given.
Auto Trait Implementations
impl !RefUnwindSafe for RecreateWithSkipRandom
impl Send for RecreateWithSkipRandom
impl Sync for RecreateWithSkipRandom
impl Unpin for RecreateWithSkipRandom
impl !UnwindSafe for RecreateWithSkipRandom
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more