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