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