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