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