pub struct UnderlyingTransaction8Choice {
pub initn: Option<UnderlyingPaymentInstruction9>,
pub intr_bk: Option<UnderlyingPaymentTransaction8>,
pub stmt_ntry: Option<UnderlyingStatementEntry3>,
}Fields§
§initn: Option<UnderlyingPaymentInstruction9>§intr_bk: Option<UnderlyingPaymentTransaction8>§stmt_ntry: Option<UnderlyingStatementEntry3>Implementations§
Source§impl UnderlyingTransaction8Choice
impl UnderlyingTransaction8Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UnderlyingTransaction8Choice
impl RefUnwindSafe for UnderlyingTransaction8Choice
impl Send for UnderlyingTransaction8Choice
impl Sync for UnderlyingTransaction8Choice
impl Unpin for UnderlyingTransaction8Choice
impl UnwindSafe for UnderlyingTransaction8Choice
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