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