pub struct AccountReport36 {
pub acct: CustomerAccount5,
pub undrlyg_mstr_agrmt: Option<ContractDocument1>,
pub ctrct_dts: Option<AccountContract3>,
pub mndt: Option<Vec<OperationMandate7>>,
pub grp: Option<Vec<Group6>>,
pub ref_acct: Option<CashAccount40>,
pub bal_trf_acct: Option<AccountForAction1>,
pub trf_acct_svcr_id: Option<BranchAndFinancialInstitutionIdentification8>,
}Fields§
§acct: CustomerAccount5§undrlyg_mstr_agrmt: Option<ContractDocument1>§ctrct_dts: Option<AccountContract3>§mndt: Option<Vec<OperationMandate7>>§grp: Option<Vec<Group6>>§ref_acct: Option<CashAccount40>§bal_trf_acct: Option<AccountForAction1>§trf_acct_svcr_id: Option<BranchAndFinancialInstitutionIdentification8>Implementations§
Source§impl AccountReport36
impl AccountReport36
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AccountReport36
impl RefUnwindSafe for AccountReport36
impl Send for AccountReport36
impl Sync for AccountReport36
impl Unpin for AccountReport36
impl UnwindSafe for AccountReport36
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