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