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