pub struct PaymentInstrument16 {
pub ordr_tp: FundOrderType5Choice,
pub instrm_tp: FundPaymentType1Choice,
pub addtl_inf: Option<Vec<AdditionalInformation15>>,
}Fields§
§ordr_tp: FundOrderType5Choice§instrm_tp: FundPaymentType1Choice§addtl_inf: Option<Vec<AdditionalInformation15>>Implementations§
Source§impl PaymentInstrument16
impl PaymentInstrument16
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentInstrument16
impl RefUnwindSafe for PaymentInstrument16
impl Send for PaymentInstrument16
impl Sync for PaymentInstrument16
impl Unpin for PaymentInstrument16
impl UnwindSafe for PaymentInstrument16
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