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