pub struct UnderlyingTransaction33 {
pub orgnl_grp_inf_and_cxl: Option<OriginalGroupHeader21>,
pub orgnl_pmt_inf_and_cxl: Option<Vec<OriginalPaymentInstruction49>>,
}Fields§
§orgnl_grp_inf_and_cxl: Option<OriginalGroupHeader21>§orgnl_pmt_inf_and_cxl: Option<Vec<OriginalPaymentInstruction49>>Implementations§
Source§impl UnderlyingTransaction33
impl UnderlyingTransaction33
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UnderlyingTransaction33
impl RefUnwindSafe for UnderlyingTransaction33
impl Send for UnderlyingTransaction33
impl Sync for UnderlyingTransaction33
impl Unpin for UnderlyingTransaction33
impl UnwindSafe for UnderlyingTransaction33
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