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