pub struct SystemSearch5 {
pub sys_id: Option<Vec<ClearingSystemIdentification3Choice>>,
pub mmb_id: Option<Vec<BranchAndFinancialInstitutionIdentification8>>,
pub ctry: Option<String>,
pub acct_id: Option<AccountIdentification4Choice>,
}Fields§
§sys_id: Option<Vec<ClearingSystemIdentification3Choice>>§mmb_id: Option<Vec<BranchAndFinancialInstitutionIdentification8>>§ctry: Option<String>§acct_id: Option<AccountIdentification4Choice>Implementations§
Source§impl SystemSearch5
impl SystemSearch5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SystemSearch5
impl RefUnwindSafe for SystemSearch5
impl Send for SystemSearch5
impl Sync for SystemSearch5
impl Unpin for SystemSearch5
impl UnwindSafe for SystemSearch5
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