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