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