pub struct PatchContributor {
pub contributor_id: Uuid,
pub first_name: Option<String>,
pub last_name: String,
pub full_name: String,
pub orcid: Option<String>,
pub website: Option<String>,
}Fields§
§contributor_id: Uuid§first_name: Option<String>§last_name: String§full_name: String§orcid: Option<String>§website: Option<String>Auto Trait Implementations§
impl Freeze for PatchContributor
impl RefUnwindSafe for PatchContributor
impl Send for PatchContributor
impl Sync for PatchContributor
impl Unpin for PatchContributor
impl UnwindSafe for PatchContributor
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