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