pub enum Sex {
Male,
Female,
}
Expand description
Sex type used as a parameter to determine whether the names generated should be male or 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 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