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