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