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