pub struct SettlementInstruction14 {
pub sttlm_mtd: SettlementMethod2Code,
pub sttlm_acct: Option<CashAccount40>,
pub clr_sys: Option<ClearingSystemIdentification3Choice>,
}Fields§
§sttlm_mtd: SettlementMethod2Code§sttlm_acct: Option<CashAccount40>§clr_sys: Option<ClearingSystemIdentification3Choice>Implementations§
Source§impl SettlementInstruction14
impl SettlementInstruction14
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SettlementInstruction14
impl RefUnwindSafe for SettlementInstruction14
impl Send for SettlementInstruction14
impl Sync for SettlementInstruction14
impl Unpin for SettlementInstruction14
impl UnwindSafe for SettlementInstruction14
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