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