Enum minecraft_data::recipe_type
source · #[repr(u8)]pub enum recipe_type {
crafting = 0,
smelting = 1,
blasting = 2,
smoking = 3,
campfire_cooking = 4,
stonecutting = 5,
smithing = 6,
}Variants§
crafting = 0
smelting = 1
blasting = 2
smoking = 3
campfire_cooking = 4
stonecutting = 5
smithing = 6
Implementations§
Trait Implementations§
source§impl Clone for recipe_type
impl Clone for recipe_type
source§fn clone(&self) -> recipe_type
fn clone(&self) -> recipe_type
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 recipe_type
impl Debug for recipe_type
source§impl Display for recipe_type
impl Display for recipe_type
source§impl Hash for recipe_type
impl Hash for recipe_type
source§impl PartialEq for recipe_type
impl PartialEq for recipe_type
source§fn eq(&self, other: &recipe_type) -> bool
fn eq(&self, other: &recipe_type) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Write for recipe_type
impl Write for recipe_type
impl Copy for recipe_type
impl Eq for recipe_type
impl StructuralPartialEq for recipe_type
Auto Trait Implementations§
impl Freeze for recipe_type
impl RefUnwindSafe for recipe_type
impl Send for recipe_type
impl Sync for recipe_type
impl Unpin for recipe_type
impl UnwindSafe for recipe_type
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