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