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