pub enum TerminationCause {
GenerationLimitReached,
FitnessTargetReached,
NotTerminated,
}
Variants§
Trait Implementations§
Source§impl Debug for TerminationCause
impl Debug for TerminationCause
Source§impl PartialEq for TerminationCause
impl PartialEq for TerminationCause
impl StructuralPartialEq for TerminationCause
Auto Trait Implementations§
impl Freeze for TerminationCause
impl RefUnwindSafe for TerminationCause
impl Send for TerminationCause
impl Sync for TerminationCause
impl Unpin for TerminationCause
impl UnwindSafe for TerminationCause
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