Enum entmet_lib::entities::entity::FoxVariant
source · #[repr(u8)]pub enum FoxVariant {
Red = 0,
Snow = 1,
}Expand description
An enum of all fox variants
Variants§
Trait Implementations§
source§impl Default for FoxVariant
impl Default for FoxVariant
source§fn default() -> FoxVariant
fn default() -> FoxVariant
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FoxVariant
impl RefUnwindSafe for FoxVariant
impl Send for FoxVariant
impl Sync for FoxVariant
impl Unpin for FoxVariant
impl UnwindSafe for FoxVariant
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