pub enum Crossover {
Cycle,
MultiPoint,
Uniform,
}
Variants§
Trait Implementations§
impl Copy for Crossover
impl StructuralPartialEq for Crossover
Auto Trait Implementations§
impl Freeze for Crossover
impl RefUnwindSafe for Crossover
impl Send for Crossover
impl Sync for Crossover
impl Unpin for Crossover
impl UnwindSafe for Crossover
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