pub struct GetCourseUnitDraftPath(pub CourseId, pub CourseUnitId);
Tuple Fields§
§0: CourseId
§1: CourseUnitId
Trait Implementations§
Source§impl Clone for GetCourseUnitDraftPath
impl Clone for GetCourseUnitDraftPath
Source§fn clone(&self) -> GetCourseUnitDraftPath
fn clone(&self) -> GetCourseUnitDraftPath
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 GetCourseUnitDraftPath
impl Debug for GetCourseUnitDraftPath
Auto Trait Implementations§
impl Freeze for GetCourseUnitDraftPath
impl RefUnwindSafe for GetCourseUnitDraftPath
impl Send for GetCourseUnitDraftPath
impl Sync for GetCourseUnitDraftPath
impl Unpin for GetCourseUnitDraftPath
impl UnwindSafe for GetCourseUnitDraftPath
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