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