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