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