pub struct LimitIdentification9 {
pub sys_id: Option<SystemIdentification2Choice>,
pub tp: LimitType1Choice,
pub acct_ownr: Option<BranchAndFinancialInstitutionIdentification8>,
pub acct_id: Option<AccountIdentification4Choice>,
}Fields§
§sys_id: Option<SystemIdentification2Choice>§tp: LimitType1Choice§acct_ownr: Option<BranchAndFinancialInstitutionIdentification8>§acct_id: Option<AccountIdentification4Choice>Implementations§
Source§impl LimitIdentification9
impl LimitIdentification9
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for LimitIdentification9
impl RefUnwindSafe for LimitIdentification9
impl Send for LimitIdentification9
impl Sync for LimitIdentification9
impl Unpin for LimitIdentification9
impl UnwindSafe for LimitIdentification9
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