Struct minecraft_assets::recipes::CommonRecipeData
source · pub struct CommonRecipeData {
pub recipe_type: String,
pub group: String,
}Expand description
A struct containing the common data that every recipe stores
Fields§
§recipe_type: StringThe type of the recipe
group: StringThe group inside of the recipe book
Trait Implementations§
source§impl Debug for CommonRecipeData
impl Debug for CommonRecipeData
source§impl PartialEq for CommonRecipeData
impl PartialEq for CommonRecipeData
source§fn eq(&self, other: &CommonRecipeData) -> bool
fn eq(&self, other: &CommonRecipeData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CommonRecipeData
Auto Trait Implementations§
impl Freeze for CommonRecipeData
impl RefUnwindSafe for CommonRecipeData
impl Send for CommonRecipeData
impl Sync for CommonRecipeData
impl Unpin for CommonRecipeData
impl UnwindSafe for CommonRecipeData
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