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