pub struct ReuseDataReportCorrection14 {
pub tech_rcrd_id: Option<String>,
pub rptg_dt_tm: String,
pub ctr_pty: CounterpartyData87,
pub coll_cmpnt: Option<Vec<CollateralType19>>,
pub evt_day: String,
pub fndg_src: Option<Vec<FundingSource3>>,
pub splmtry_data: Option<Vec<SupplementaryData1>>,
}Fields§
§tech_rcrd_id: Option<String>§rptg_dt_tm: String§ctr_pty: CounterpartyData87§coll_cmpnt: Option<Vec<CollateralType19>>§evt_day: String§fndg_src: Option<Vec<FundingSource3>>§splmtry_data: Option<Vec<SupplementaryData1>>Implementations§
Source§impl ReuseDataReportCorrection14
impl ReuseDataReportCorrection14
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReuseDataReportCorrection14
impl RefUnwindSafe for ReuseDataReportCorrection14
impl Send for ReuseDataReportCorrection14
impl Sync for ReuseDataReportCorrection14
impl Unpin for ReuseDataReportCorrection14
impl UnwindSafe for ReuseDataReportCorrection14
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