Enum entmet_lib::entities::entity::LlamaVariant
source · #[repr(u8)]pub enum LlamaVariant {
Creamy = 0,
White = 1,
Brown = 2,
Gray = 3,
}Expand description
An enum of all llama variants
Variants§
Creamy = 0
The creamy default variant
White = 1
The white variant
Brown = 2
The brown variant
Gray = 3
The gray variant
Trait Implementations§
source§impl Default for LlamaVariant
impl Default for LlamaVariant
source§fn default() -> LlamaVariant
fn default() -> LlamaVariant
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LlamaVariant
impl RefUnwindSafe for LlamaVariant
impl Send for LlamaVariant
impl Sync for LlamaVariant
impl Unpin for LlamaVariant
impl UnwindSafe for LlamaVariant
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