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