pub struct Contributor {
pub organization: Vec<Organization>,
pub person_name: Vec<PersonName>,
pub anonymous: Vec<Anonymous>,
}Fields§
§organization: Vec<Organization>§person_name: Vec<PersonName>§anonymous: Vec<Anonymous>Trait Implementations§
Source§impl Clone for Contributor
impl Clone for Contributor
Source§fn clone(&self) -> Contributor
fn clone(&self) -> Contributor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Contributor
impl Debug for Contributor
Source§impl Default for Contributor
impl Default for Contributor
Source§fn default() -> Contributor
fn default() -> Contributor
Returns the “default value” for a type. Read more
Source§impl Serialize for Contributor
impl Serialize for Contributor
Source§impl Validate for Contributor
impl Validate for Contributor
Source§impl<'v_a> ValidateArgs<'v_a> for Contributor
impl<'v_a> ValidateArgs<'v_a> for Contributor
Auto Trait Implementations§
impl Freeze for Contributor
impl RefUnwindSafe for Contributor
impl Send for Contributor
impl Sync for Contributor
impl Unpin for Contributor
impl UnwindSafe for Contributor
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