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