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