Enum breed_planner::breed::Sex
source · enum Sex {
Male,
Female,
Any,
}
Variants§
Trait Implementations§
impl Eq for Sex
impl StructuralEq for Sex
impl StructuralPartialEq for Sex
Auto Trait Implementations§
impl RefUnwindSafe for Sex
impl Send for Sex
impl Sync for Sex
impl Unpin for Sex
impl UnwindSafe for Sex
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