pub struct Exam {
pub title: String,
pub submit_state: AssignmentSubmitState,
pub receptiable_state: AssignmentReceptibleState,
pub start_date: Option<AssignmentDate>,
pub due_date: Option<AssignmentDate>,
}Fields§
§title: String§submit_state: AssignmentSubmitState§receptiable_state: AssignmentReceptibleState§start_date: Option<AssignmentDate>§due_date: Option<AssignmentDate>Auto Trait Implementations§
impl Freeze for Exam
impl RefUnwindSafe for Exam
impl Send for Exam
impl Sync for Exam
impl Unpin 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