pub struct UnderlyingTransaction32 {
pub orgnl_grp_inf_and_sts: Option<OriginalGroupHeader23>,
pub orgnl_pmt_inf_and_sts: Option<Vec<OriginalPaymentInstruction48>>,
pub tx_inf_and_sts: Option<Vec<PaymentTransaction152>>,
}Fields§
§orgnl_grp_inf_and_sts: Option<OriginalGroupHeader23>§orgnl_pmt_inf_and_sts: Option<Vec<OriginalPaymentInstruction48>>§tx_inf_and_sts: Option<Vec<PaymentTransaction152>>Implementations§
Source§impl UnderlyingTransaction32
impl UnderlyingTransaction32
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UnderlyingTransaction32
impl RefUnwindSafe for UnderlyingTransaction32
impl Send for UnderlyingTransaction32
impl Sync for UnderlyingTransaction32
impl Unpin for UnderlyingTransaction32
impl UnwindSafe for UnderlyingTransaction32
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