pub struct IntraBalance6 {
pub sttld_amt: Option<Amount2Choice>,
pub prevsly_sttld_amt: Option<Amount2Choice>,
pub rmng_sttlm_amt: Option<Amount2Choice>,
pub sttlm_dt: DateAndDateTime2Choice,
pub bal_fr: CashSubBalanceTypeAndQuantityBreakdown3,
pub bal_to: CashSubBalanceTypeAndQuantityBreakdown3,
pub csh_sub_bal_id: Option<GenericIdentification37>,
pub instr_prcg_addtl_dtls: Option<String>,
}Fields§
§sttld_amt: Option<Amount2Choice>§prevsly_sttld_amt: Option<Amount2Choice>§rmng_sttlm_amt: Option<Amount2Choice>§sttlm_dt: DateAndDateTime2Choice§bal_fr: CashSubBalanceTypeAndQuantityBreakdown3§bal_to: CashSubBalanceTypeAndQuantityBreakdown3§csh_sub_bal_id: Option<GenericIdentification37>§instr_prcg_addtl_dtls: Option<String>Implementations§
Source§impl IntraBalance6
impl IntraBalance6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for IntraBalance6
impl RefUnwindSafe for IntraBalance6
impl Send for IntraBalance6
impl Sync for IntraBalance6
impl Unpin for IntraBalance6
impl UnwindSafe for IntraBalance6
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