pub struct PatchFunder {
pub funder_id: Uuid,
pub funder_name: String,
pub funder_doi: Option<String>,
}Fields§
§funder_id: Uuid§funder_name: String§funder_doi: Option<String>Auto Trait Implementations§
impl Freeze for PatchFunder
impl RefUnwindSafe for PatchFunder
impl Send for PatchFunder
impl Sync for PatchFunder
impl Unpin for PatchFunder
impl UnsafeUnpin for PatchFunder
impl UnwindSafe for PatchFunder
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