#[repr(u8)]pub enum recipe_serializer {
Show 22 variants
crafting_shaped = 0,
crafting_shapeless = 1,
crafting_special_armordye = 2,
crafting_special_bookcloning = 3,
crafting_special_mapcloning = 4,
crafting_special_mapextending = 5,
crafting_special_firework_rocket = 6,
crafting_special_firework_star = 7,
crafting_special_firework_star_fade = 8,
crafting_special_tippedarrow = 9,
crafting_special_bannerduplicate = 10,
crafting_special_shielddecoration = 11,
crafting_transmute = 12,
crafting_special_repairitem = 13,
smelting = 14,
blasting = 15,
smoking = 16,
campfire_cooking = 17,
stonecutting = 18,
smithing_transform = 19,
smithing_trim = 20,
crafting_decorated_pot = 21,
}Variants§
crafting_shaped = 0
crafting_shapeless = 1
crafting_special_armordye = 2
crafting_special_bookcloning = 3
crafting_special_mapcloning = 4
crafting_special_mapextending = 5
crafting_special_firework_rocket = 6
crafting_special_firework_star = 7
crafting_special_firework_star_fade = 8
crafting_special_tippedarrow = 9
crafting_special_shielddecoration = 11
crafting_transmute = 12
crafting_special_repairitem = 13
smelting = 14
blasting = 15
smoking = 16
campfire_cooking = 17
stonecutting = 18
smithing_transform = 19
smithing_trim = 20
crafting_decorated_pot = 21
Implementations§
Trait Implementations§
Source§impl Clone for recipe_serializer
impl Clone for recipe_serializer
Source§fn clone(&self) -> recipe_serializer
fn clone(&self) -> recipe_serializer
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_serializer
impl Debug for recipe_serializer
Source§impl Display for recipe_serializer
impl Display for recipe_serializer
Source§impl Hash for recipe_serializer
impl Hash for recipe_serializer
Source§impl PartialEq for recipe_serializer
impl PartialEq for recipe_serializer
Source§impl Write for recipe_serializer
impl Write for recipe_serializer
impl Copy for recipe_serializer
impl Eq for recipe_serializer
impl StructuralPartialEq for recipe_serializer
Auto Trait Implementations§
impl Freeze for recipe_serializer
impl RefUnwindSafe for recipe_serializer
impl Send for recipe_serializer
impl Sync for recipe_serializer
impl Unpin for recipe_serializer
impl UnwindSafe for recipe_serializer
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