pub struct CourseIri;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CourseIri
impl RefUnwindSafe for CourseIri
impl Send for CourseIri
impl Sync for CourseIri
impl Unpin for CourseIri
impl UnwindSafe for CourseIri
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