pub struct WorkQueryWorkContributionsContributor {
pub first_name: Option<String>,
pub last_name: String,
pub full_name: String,
pub orcid: Option<String>,
}Expand description
A person who has been involved in the production of a written text.
Fields§
§first_name: Option<String>§last_name: String§full_name: String§orcid: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for WorkQueryWorkContributionsContributor
impl<'de> Deserialize<'de> for WorkQueryWorkContributionsContributor
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 WorkQueryWorkContributionsContributor
impl RefUnwindSafe for WorkQueryWorkContributionsContributor
impl Send for WorkQueryWorkContributionsContributor
impl Sync for WorkQueryWorkContributionsContributor
impl Unpin for WorkQueryWorkContributionsContributor
impl UnsafeUnpin for WorkQueryWorkContributionsContributor
impl UnwindSafe for WorkQueryWorkContributionsContributor
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