pub enum Exam {
Ssc,
Jsc,
SscVoc,
Hsc,
HscVoc,
HscHbm,
HscDic,
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Exam
impl RefUnwindSafe for Exam
impl Send for Exam
impl Sync for Exam
impl Unpin for Exam
impl UnsafeUnpin for Exam
impl UnwindSafe for Exam
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