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