pub struct Genotype { /* private fields */ }Expand description
An ordered descriptive genotype value.
Implementations§
Trait Implementations§
Source§impl Ord for Genotype
impl Ord for Genotype
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Genotype
impl PartialOrd for Genotype
impl Eq for Genotype
impl StructuralPartialEq for Genotype
Auto Trait Implementations§
impl Freeze for Genotype
impl RefUnwindSafe for Genotype
impl Send for Genotype
impl Sync for Genotype
impl Unpin for Genotype
impl UnsafeUnpin for Genotype
impl UnwindSafe for Genotype
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