pub struct IntraBalanceModification7 {
pub csh_acct: Option<CashAccount40>,
pub csh_acct_ownr: Option<SystemPartyIdentification8>,
pub csh_acct_svcr: Option<BranchAndFinancialInstitutionIdentification8>,
pub prcg_sts: Option<ProcessingStatus71Choice>,
pub mod_attr: Vec<IntraBalanceModification8>,
}Fields§
§csh_acct: Option<CashAccount40>§csh_acct_ownr: Option<SystemPartyIdentification8>§csh_acct_svcr: Option<BranchAndFinancialInstitutionIdentification8>§prcg_sts: Option<ProcessingStatus71Choice>§mod_attr: Vec<IntraBalanceModification8>Implementations§
Source§impl IntraBalanceModification7
impl IntraBalanceModification7
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for IntraBalanceModification7
impl RefUnwindSafe for IntraBalanceModification7
impl Send for IntraBalanceModification7
impl Sync for IntraBalanceModification7
impl Unpin for IntraBalanceModification7
impl UnwindSafe for IntraBalanceModification7
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