pub struct CourseCreatePath();
Trait Implementations§
Source§impl Clone for CourseCreatePath
impl Clone for CourseCreatePath
Source§fn clone(&self) -> CourseCreatePath
fn clone(&self) -> CourseCreatePath
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CourseCreatePath
impl Debug for CourseCreatePath
Auto Trait Implementations§
impl Freeze for CourseCreatePath
impl RefUnwindSafe for CourseCreatePath
impl Send for CourseCreatePath
impl Sync for CourseCreatePath
impl Unpin for CourseCreatePath
impl UnwindSafe for CourseCreatePath
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