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