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