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