pub enum SubmissionOutcome {
Correct,
Incorrect,
Wait,
WrongLevel,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SubmissionOutcome
impl RefUnwindSafe for SubmissionOutcome
impl Send for SubmissionOutcome
impl Sync for SubmissionOutcome
impl Unpin for SubmissionOutcome
impl UnwindSafe for SubmissionOutcome
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