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