pub struct ReportData5 {
pub msg_id: String,
pub val_dt: String,
pub dt_and_tm_stmp: String,
pub tp: CallIn1Code,
pub pay_in_call_amt: Option<Vec<PayInCallItem>>,
pub sttlm_ssn_idr: Option<String>,
pub acct_val: Option<Value>,
}Fields§
§msg_id: String§val_dt: String§dt_and_tm_stmp: String§tp: CallIn1Code§pay_in_call_amt: Option<Vec<PayInCallItem>>§sttlm_ssn_idr: Option<String>§acct_val: Option<Value>Implementations§
Source§impl ReportData5
impl ReportData5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReportData5
impl RefUnwindSafe for ReportData5
impl Send for ReportData5
impl Sync for ReportData5
impl Unpin for ReportData5
impl UnwindSafe for ReportData5
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