pub enum GAPopulationSortOrder {
LowIsBest,
HighIsBest,
}Variants§
Trait Implementations§
Source§impl Clone for GAPopulationSortOrder
impl Clone for GAPopulationSortOrder
Source§fn clone(&self) -> GAPopulationSortOrder
fn clone(&self) -> GAPopulationSortOrder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GAPopulationSortOrder
Auto Trait Implementations§
impl Freeze for GAPopulationSortOrder
impl RefUnwindSafe for GAPopulationSortOrder
impl Send for GAPopulationSortOrder
impl Sync for GAPopulationSortOrder
impl Unpin for GAPopulationSortOrder
impl UnwindSafe for GAPopulationSortOrder
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