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