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