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