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