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