pub enum GAPopulationSortBasis {
Raw,
Scaled,
}Variants§
Trait Implementations§
Source§impl Clone for GAPopulationSortBasis
impl Clone for GAPopulationSortBasis
Source§fn clone(&self) -> GAPopulationSortBasis
fn clone(&self) -> GAPopulationSortBasis
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 GAPopulationSortBasis
Auto Trait Implementations§
impl Freeze for GAPopulationSortBasis
impl RefUnwindSafe for GAPopulationSortBasis
impl Send for GAPopulationSortBasis
impl Sync for GAPopulationSortBasis
impl Unpin for GAPopulationSortBasis
impl UnwindSafe for GAPopulationSortBasis
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