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