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