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