pub struct WorkQueryWorkContributions {
pub contribution_type: ContributionType,
pub contributor: WorkQueryWorkContributionsContributor,
}Expand description
A person’s involvement in the production of a written text.
Fields§
§contribution_type: ContributionType§contributor: WorkQueryWorkContributionsContributorTrait Implementations§
Source§impl Debug for WorkQueryWorkContributions
impl Debug for WorkQueryWorkContributions
Source§impl<'de> Deserialize<'de> for WorkQueryWorkContributions
impl<'de> Deserialize<'de> for WorkQueryWorkContributions
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 WorkQueryWorkContributions
impl RefUnwindSafe for WorkQueryWorkContributions
impl Send for WorkQueryWorkContributions
impl Sync for WorkQueryWorkContributions
impl Unpin for WorkQueryWorkContributions
impl UnwindSafe for WorkQueryWorkContributions
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