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