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