pub struct PatchSubject {
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: i32Auto Trait Implementations§
impl Freeze for PatchSubject
impl RefUnwindSafe for PatchSubject
impl Send for PatchSubject
impl Sync for PatchSubject
impl Unpin for PatchSubject
impl UnwindSafe for PatchSubject
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