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