pub enum SkinColor {
Yellow,
Light,
Dark,
}Variants§
Trait Implementations§
impl Copy for SkinColor
Auto Trait Implementations§
impl Freeze for SkinColor
impl RefUnwindSafe for SkinColor
impl Send for SkinColor
impl Sync for SkinColor
impl Unpin for SkinColor
impl UnwindSafe for SkinColor
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