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