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