pub struct Recipes {
pub shaped: ShapedRecipes,
pub shapeless: ShapelessRecipes,
}Fields§
§shaped: ShapedRecipes§shapeless: ShapelessRecipesImplementations§
Auto Trait Implementations§
impl Freeze for Recipes
impl RefUnwindSafe for Recipes
impl Send for Recipes
impl Sync for Recipes
impl Unpin for Recipes
impl UnsafeUnpin for Recipes
impl UnwindSafe for Recipes
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