pub struct Transaction159 {
pub pmt_to: Option<System3>,
pub pmt_fr: Option<System3>,
pub cdt_dbt_ind: Option<CreditDebitCode>,
pub pmt: Option<PaymentInstruction47>,
pub acct_ntry: Option<CashAccountAndEntry5>,
pub scties_tx_refs: Option<SecuritiesTransactionReferences1>,
}Fields§
§pmt_to: Option<System3>§pmt_fr: Option<System3>§cdt_dbt_ind: Option<CreditDebitCode>§pmt: Option<PaymentInstruction47>§acct_ntry: Option<CashAccountAndEntry5>§scties_tx_refs: Option<SecuritiesTransactionReferences1>Implementations§
Source§impl Transaction159
impl Transaction159
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Transaction159
impl RefUnwindSafe for Transaction159
impl Send for Transaction159
impl Sync for Transaction159
impl Unpin for Transaction159
impl UnwindSafe for Transaction159
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