pub struct CraftRecipes(/* private fields */);Expand description
A utility to create and access craft recipes.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CraftRecipes
impl RefUnwindSafe for CraftRecipes
impl Send for CraftRecipes
impl Sync for CraftRecipes
impl Unpin for CraftRecipes
impl UnwindSafe for CraftRecipes
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