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