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