Struct umm::java::SubmissionRow
source · pub struct SubmissionRow {
id: String,
course: String,
term: String,
content: String,
}Expand description
Schema for submissions table
Fields§
§id: StringUUID of data entry
course: StringCourse the submission belongs to
term: StringTerm of the course
content: StringContent of the submission
Trait Implementations§
source§impl Debug for SubmissionRow
impl Debug for SubmissionRow
Auto Trait Implementations§
impl RefUnwindSafe for SubmissionRow
impl Send for SubmissionRow
impl Sync for SubmissionRow
impl Unpin for SubmissionRow
impl UnwindSafe for SubmissionRow
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