pub enum ClassType {
Recitation,
Lab,
Lecture,
Seminar,
}
Expand description
Type of class.
Variants§
Trait Implementations§
impl Copy for ClassType
Auto Trait Implementations§
impl Freeze for ClassType
impl RefUnwindSafe for ClassType
impl Send for ClassType
impl Sync for ClassType
impl Unpin for ClassType
impl UnwindSafe for ClassType
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