Enum entmet_lib::entities::entity::PandaGene
source · #[repr(u8)]pub enum PandaGene {
Normal = 0,
Lazy = 1,
Worried = 2,
Playful = 3,
Brown = 4,
Weak = 5,
Aggressive = 6,
}Expand description
An enum of all gene variants
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PandaGene
impl RefUnwindSafe for PandaGene
impl Send for PandaGene
impl Sync for PandaGene
impl Unpin for PandaGene
impl UnwindSafe for PandaGene
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