pub enum Sex {
Male,
Female,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sex
impl RefUnwindSafe for Sex
impl Send for Sex
impl Sync for Sex
impl Unpin for Sex
impl UnsafeUnpin 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