pub struct CourseType;
Expand description
CourseType
is used as a compile-time check for Course
= Compass<CourseType>
Trait Implementations§
Source§impl Clone for CourseType
impl Clone for CourseType
Source§fn clone(&self) -> CourseType
fn clone(&self) -> CourseType
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 CourseType
impl Debug for CourseType
Source§impl Default for CourseType
impl Default for CourseType
Source§fn default() -> CourseType
fn default() -> CourseType
Returns the “default value” for a type. Read more
Source§impl PartialEq for CourseType
impl PartialEq for CourseType
impl Copy for CourseType
impl Eq for CourseType
impl StructuralPartialEq for CourseType
Auto Trait Implementations§
impl Freeze for CourseType
impl RefUnwindSafe for CourseType
impl Send for CourseType
impl Sync for CourseType
impl Unpin for CourseType
impl UnwindSafe for CourseType
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