pub struct NettingCutOffReportData2 {
pub msg_id: String,
pub cre_dt_tm: String,
pub rpt_tp: String,
pub actvtn_dt: String,
pub net_svc_ptcpt_id: Option<PartyIdentification242Choice>,
pub rpt_svcr: Option<PartyIdentification242Choice>,
pub net_svc_tp: Option<String>,
pub msg_pgntn: Option<Pagination1>,
}Fields§
§msg_id: String§cre_dt_tm: String§rpt_tp: String§actvtn_dt: String§net_svc_ptcpt_id: Option<PartyIdentification242Choice>§rpt_svcr: Option<PartyIdentification242Choice>§net_svc_tp: Option<String>§msg_pgntn: Option<Pagination1>Implementations§
Source§impl NettingCutOffReportData2
impl NettingCutOffReportData2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for NettingCutOffReportData2
impl RefUnwindSafe for NettingCutOffReportData2
impl Send for NettingCutOffReportData2
impl Sync for NettingCutOffReportData2
impl Unpin for NettingCutOffReportData2
impl UnwindSafe for NettingCutOffReportData2
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