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