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