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