Enum minecraft_data::cat_variant
source · #[repr(u8)]pub enum cat_variant {
tabby = 0,
black = 1,
red = 2,
siamese = 3,
british_shorthair = 4,
calico = 5,
persian = 6,
ragdoll = 7,
white = 8,
jellie = 9,
all_black = 10,
}Variants§
tabby = 0
black = 1
red = 2
siamese = 3
british_shorthair = 4
calico = 5
persian = 6
ragdoll = 7
white = 8
jellie = 9
all_black = 10
Implementations§
Trait Implementations§
source§impl Clone for cat_variant
impl Clone for cat_variant
source§fn clone(&self) -> cat_variant
fn clone(&self) -> cat_variant
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for cat_variant
impl Debug for cat_variant
source§impl Display for cat_variant
impl Display for cat_variant
source§impl Hash for cat_variant
impl Hash for cat_variant
source§impl PartialEq for cat_variant
impl PartialEq for cat_variant
source§fn eq(&self, other: &cat_variant) -> bool
fn eq(&self, other: &cat_variant) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Write for cat_variant
impl Write for cat_variant
impl Copy for cat_variant
impl Eq for cat_variant
impl StructuralEq for cat_variant
impl StructuralPartialEq for cat_variant
Auto Trait Implementations§
impl RefUnwindSafe for cat_variant
impl Send for cat_variant
impl Sync for cat_variant
impl Unpin for cat_variant
impl UnwindSafe for cat_variant
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