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