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