pub struct CashSettlement3 {
pub csh_acct_dtls: Option<Vec<CashAccount204>>,
pub othr_csh_sttlm_dtls: Option<Vec<PaymentInstrument17>>,
}Fields§
§csh_acct_dtls: Option<Vec<CashAccount204>>§othr_csh_sttlm_dtls: Option<Vec<PaymentInstrument17>>Implementations§
Source§impl CashSettlement3
impl CashSettlement3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CashSettlement3
impl RefUnwindSafe for CashSettlement3
impl Send for CashSettlement3
impl Sync for CashSettlement3
impl Unpin for CashSettlement3
impl UnwindSafe for CashSettlement3
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