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