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