pub struct WorkQueryWorkSubjects {
pub subject_code: String,
pub subject_type: SubjectType,
}Expand description
A significant discipline or term related to a work.
Fields§
§subject_code: String§subject_type: SubjectTypeTrait Implementations§
Source§impl Debug for WorkQueryWorkSubjects
impl Debug for WorkQueryWorkSubjects
Source§impl<'de> Deserialize<'de> for WorkQueryWorkSubjects
impl<'de> Deserialize<'de> for WorkQueryWorkSubjects
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for WorkQueryWorkSubjects
impl RefUnwindSafe for WorkQueryWorkSubjects
impl Send for WorkQueryWorkSubjects
impl Sync for WorkQueryWorkSubjects
impl Unpin for WorkQueryWorkSubjects
impl UnwindSafe for WorkQueryWorkSubjects
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