pub struct UnderlyingData2Choice {
pub initn: Option<UnderlyingPaymentInstruction8>,
pub intr_bk: Option<UnderlyingPaymentTransaction7>,
pub stmt_ntry: Option<UnderlyingStatementEntry5>,
pub acct: Option<CashAccount40>,
pub othr: Option<GenericIdentification1>,
}Fields§
§initn: Option<UnderlyingPaymentInstruction8>§intr_bk: Option<UnderlyingPaymentTransaction7>§stmt_ntry: Option<UnderlyingStatementEntry5>§acct: Option<CashAccount40>§othr: Option<GenericIdentification1>Implementations§
Source§impl UnderlyingData2Choice
impl UnderlyingData2Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UnderlyingData2Choice
impl RefUnwindSafe for UnderlyingData2Choice
impl Send for UnderlyingData2Choice
impl Sync for UnderlyingData2Choice
impl Unpin for UnderlyingData2Choice
impl UnwindSafe for UnderlyingData2Choice
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