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