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