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