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