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