pub struct RecipeIngredientPropertyIri;Trait Implementations§
source§impl PartialEq<&str> for RecipeIngredientPropertyIri
impl PartialEq<&str> for RecipeIngredientPropertyIri
source§impl PartialEq<RecipeIngredientPropertyIri> for &str
impl PartialEq<RecipeIngredientPropertyIri> for &str
source§fn eq(&self, other: &RecipeIngredientPropertyIri) -> bool
fn eq(&self, other: &RecipeIngredientPropertyIri) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for RecipeIngredientPropertyIri
impl RefUnwindSafe for RecipeIngredientPropertyIri
impl Send for RecipeIngredientPropertyIri
impl Sync for RecipeIngredientPropertyIri
impl Unpin for RecipeIngredientPropertyIri
impl UnwindSafe for RecipeIngredientPropertyIri
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