pub struct ParentCashAccount5 {
pub lvl: Option<AccountLevel1Code>,
pub id: CashAccount40,
pub svcr: Option<BranchAndFinancialInstitutionIdentification8>,
}Fields§
§lvl: Option<AccountLevel1Code>§id: CashAccount40§svcr: Option<BranchAndFinancialInstitutionIdentification8>Implementations§
Source§impl ParentCashAccount5
impl ParentCashAccount5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ParentCashAccount5
impl RefUnwindSafe for ParentCashAccount5
impl Send for ParentCashAccount5
impl Sync for ParentCashAccount5
impl Unpin for ParentCashAccount5
impl UnwindSafe for ParentCashAccount5
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