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