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