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