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