pub struct ReuseDataReportNew6 {
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 ReuseDataReportNew6
impl ReuseDataReportNew6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReuseDataReportNew6
impl RefUnwindSafe for ReuseDataReportNew6
impl Send for ReuseDataReportNew6
impl Sync for ReuseDataReportNew6
impl Unpin for ReuseDataReportNew6
impl UnwindSafe for ReuseDataReportNew6
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