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