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