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