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