pub struct InvestmentAccountOpening4 {
pub opng_tp: AccountOpeningType1Choice,
pub acct_appl_id: Option<String>,
pub clnt_ref: Option<String>,
pub ctr_pty_ref: Option<AdditionalReference13>,
pub exstg_acct_id: Option<Vec<Account23>>,
}Fields§
§opng_tp: AccountOpeningType1Choice§acct_appl_id: Option<String>§clnt_ref: Option<String>§ctr_pty_ref: Option<AdditionalReference13>§exstg_acct_id: Option<Vec<Account23>>Implementations§
Source§impl InvestmentAccountOpening4
impl InvestmentAccountOpening4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InvestmentAccountOpening4
impl RefUnwindSafe for InvestmentAccountOpening4
impl Send for InvestmentAccountOpening4
impl Sync for InvestmentAccountOpening4
impl Unpin for InvestmentAccountOpening4
impl UnwindSafe for InvestmentAccountOpening4
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