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