Struct umm::java::SubmissionRow
source · pub struct SubmissionRow {
id: String,
course: String,
term: String,
content: String,
}
Expand description
Schema for submissions
table
Fields§
§id: String
UUID of data entry
course: String
Course the submission belongs to
term: String
Term of the course
content: String
Content 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