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