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