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