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