pub struct System3 {
pub sys_id: Option<MarketInfrastructureIdentification1Choice>,
pub mmb_id: Option<BranchAndFinancialInstitutionIdentification8>,
pub ctry: Option<String>,
pub acct_id: Option<AccountIdentification4Choice>,
}Fields§
§sys_id: Option<MarketInfrastructureIdentification1Choice>§mmb_id: Option<BranchAndFinancialInstitutionIdentification8>§ctry: Option<String>§acct_id: Option<AccountIdentification4Choice>Implementations§
Auto Trait Implementations§
impl Freeze for System3
impl RefUnwindSafe for System3
impl Send for System3
impl Sync for System3
impl Unpin for System3
impl UnwindSafe for System3
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