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