#[repr(u8)]pub enum recipe_display {
crafting_shapeless = 0,
crafting_shaped = 1,
furnace = 2,
stonecutter = 3,
smithing = 4,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for recipe_display
impl Clone for recipe_display
Source§fn clone(&self) -> recipe_display
fn clone(&self) -> recipe_display
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_display
impl Debug for recipe_display
Source§impl Display for recipe_display
impl Display for recipe_display
Source§impl Hash for recipe_display
impl Hash for recipe_display
Source§impl PartialEq for recipe_display
impl PartialEq for recipe_display
Source§impl Write for recipe_display
impl Write for recipe_display
impl Copy for recipe_display
impl Eq for recipe_display
impl StructuralPartialEq for recipe_display
Auto Trait Implementations§
impl Freeze for recipe_display
impl RefUnwindSafe for recipe_display
impl Send for recipe_display
impl Sync for recipe_display
impl Unpin for recipe_display
impl UnwindSafe for recipe_display
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