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