pub struct Girl {
pub hair_color: HairColor,
pub skin_color: SkinColor,
pub body_type: BodyType,
pub appearance: Appearance,
pub every_morning: Vec<GirlActions>,
}Fields§
§hair_color: HairColor§skin_color: SkinColor§body_type: BodyType§appearance: Appearance§every_morning: Vec<GirlActions>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Girl
impl RefUnwindSafe for Girl
impl Send for Girl
impl Sync for Girl
impl Unpin for Girl
impl UnwindSafe for Girl
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