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