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