pub struct RecipeView<'recipe> { /* private fields */ }Expand description
A projector’s read-only view of one informed recipe.
Implementations§
Trait Implementations§
Source§impl<'recipe> Clone for RecipeView<'recipe>
impl<'recipe> Clone for RecipeView<'recipe>
Source§fn clone(&self) -> RecipeView<'recipe>
fn clone(&self) -> RecipeView<'recipe>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'recipe> Copy for RecipeView<'recipe>
Auto Trait Implementations§
impl<'recipe> Freeze for RecipeView<'recipe>
impl<'recipe> RefUnwindSafe for RecipeView<'recipe>
impl<'recipe> Send for RecipeView<'recipe>
impl<'recipe> Sync for RecipeView<'recipe>
impl<'recipe> Unpin for RecipeView<'recipe>
impl<'recipe> UnsafeUnpin for RecipeView<'recipe>
impl<'recipe> UnwindSafe for RecipeView<'recipe>
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