pub struct NewSubject {
pub work_id: Uuid,
pub subject_type: SubjectType,
pub subject_code: String,
pub subject_ordinal: i32,
}
Fields§
§work_id: Uuid
§subject_type: SubjectType
§subject_code: String
§subject_ordinal: i32
Auto Trait Implementations§
impl Freeze for NewSubject
impl RefUnwindSafe for NewSubject
impl Send for NewSubject
impl Sync for NewSubject
impl Unpin for NewSubject
impl UnwindSafe for NewSubject
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