pub enum RecipeType {
Crafting,
}Variants§
Crafting
Trait Implementations§
Source§impl Clone for RecipeType
impl Clone for RecipeType
Source§fn clone(&self) -> RecipeType
fn clone(&self) -> RecipeType
Returns a duplicate 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 RecipeType
impl Debug for RecipeType
Source§impl Default for RecipeType
impl Default for RecipeType
Source§fn default() -> RecipeType
fn default() -> RecipeType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RecipeType
impl<'de> Deserialize<'de> for RecipeType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RecipeType
impl PartialEq for RecipeType
Source§impl Serialize for RecipeType
impl Serialize for RecipeType
impl StructuralPartialEq for RecipeType
Auto Trait Implementations§
impl Freeze for RecipeType
impl RefUnwindSafe for RecipeType
impl Send for RecipeType
impl Sync for RecipeType
impl Unpin for RecipeType
impl UnwindSafe for RecipeType
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