pub struct HasCoursePropertyIri;Trait Implementations§
Source§impl PartialEq<&str> for HasCoursePropertyIri
impl PartialEq<&str> for HasCoursePropertyIri
Source§impl PartialEq<HasCoursePropertyIri> for &str
impl PartialEq<HasCoursePropertyIri> for &str
Auto Trait Implementations§
impl Freeze for HasCoursePropertyIri
impl RefUnwindSafe for HasCoursePropertyIri
impl Send for HasCoursePropertyIri
impl Sync for HasCoursePropertyIri
impl Unpin for HasCoursePropertyIri
impl UnwindSafe for HasCoursePropertyIri
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