pub struct AccountManagementMessageReference5 {
pub lkd_ref: Option<LinkedMessage5Choice>,
pub sts_req_tp: AccountManagementType3Code,
pub acct_appl_id: Option<String>,
pub exstg_acct_id: Option<Account23>,
pub invstmt_acct: Option<InvestmentAccount77>,
}Fields§
§lkd_ref: Option<LinkedMessage5Choice>§sts_req_tp: AccountManagementType3Code§acct_appl_id: Option<String>§exstg_acct_id: Option<Account23>§invstmt_acct: Option<InvestmentAccount77>Implementations§
Source§impl AccountManagementMessageReference5
impl AccountManagementMessageReference5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AccountManagementMessageReference5
impl RefUnwindSafe for AccountManagementMessageReference5
impl Send for AccountManagementMessageReference5
impl Sync for AccountManagementMessageReference5
impl Unpin for AccountManagementMessageReference5
impl UnwindSafe for AccountManagementMessageReference5
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