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