pub struct AccountManagementStatusAndReason5 {
pub sts: Status25Choice,
pub sts_rsn: Option<Vec<AcceptedStatusReason1Choice>>,
pub acct_appl_id: Option<String>,
pub exstg_acct_id: Option<Vec<Account23>>,
pub acct_id: Option<String>,
pub acct_sts: Option<AccountStatus2>,
pub blckd_sts: Option<BlockedStatusReason2Choice>,
pub fatca_rptg_dt: Option<String>,
pub crs_rptg_dt: Option<String>,
}Fields§
§sts: Status25Choice§sts_rsn: Option<Vec<AcceptedStatusReason1Choice>>§acct_appl_id: Option<String>§exstg_acct_id: Option<Vec<Account23>>§acct_id: Option<String>§acct_sts: Option<AccountStatus2>§blckd_sts: Option<BlockedStatusReason2Choice>§fatca_rptg_dt: Option<String>§crs_rptg_dt: Option<String>Implementations§
Source§impl AccountManagementStatusAndReason5
impl AccountManagementStatusAndReason5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AccountManagementStatusAndReason5
impl RefUnwindSafe for AccountManagementStatusAndReason5
impl Send for AccountManagementStatusAndReason5
impl Sync for AccountManagementStatusAndReason5
impl Unpin for AccountManagementStatusAndReason5
impl UnwindSafe for AccountManagementStatusAndReason5
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