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