pub struct PatchFunding {
pub funding_id: Uuid,
pub work_id: Uuid,
pub funder_id: Uuid,
pub program: Option<String>,
pub project_name: Option<String>,
pub project_shortname: Option<String>,
pub grant_number: Option<String>,
pub jurisdiction: Option<String>,
}Fields§
§funding_id: Uuid§work_id: Uuid§funder_id: Uuid§program: Option<String>§project_name: Option<String>§project_shortname: Option<String>§grant_number: Option<String>§jurisdiction: Option<String>Auto Trait Implementations§
impl Freeze for PatchFunding
impl RefUnwindSafe for PatchFunding
impl Send for PatchFunding
impl Sync for PatchFunding
impl Unpin for PatchFunding
impl UnwindSafe for PatchFunding
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