pub struct GroupHeader120 {
pub msg_id: String,
pub cre_dt_tm: String,
pub instg_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub instd_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub orgnl_biz_qry: Option<OriginalBusinessQuery1>,
}Fields§
§msg_id: String§cre_dt_tm: String§instg_agt: Option<BranchAndFinancialInstitutionIdentification8>§instd_agt: Option<BranchAndFinancialInstitutionIdentification8>§orgnl_biz_qry: Option<OriginalBusinessQuery1>Implementations§
Source§impl GroupHeader120
impl GroupHeader120
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for GroupHeader120
impl RefUnwindSafe for GroupHeader120
impl Send for GroupHeader120
impl Sync for GroupHeader120
impl Unpin for GroupHeader120
impl UnwindSafe for GroupHeader120
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