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