pub struct References5 {
pub req_tp: UseCases1Code,
pub msg_id: MessageIdentification1,
pub prc_id: MessageIdentification1,
pub ackd_msg_id: Option<Vec<MessageIdentification1>>,
pub sts: Option<String>,
pub attchd_doc_nm: Option<Vec<String>>,
}Fields§
§req_tp: UseCases1Code§msg_id: MessageIdentification1§prc_id: MessageIdentification1§ackd_msg_id: Option<Vec<MessageIdentification1>>§sts: Option<String>§attchd_doc_nm: Option<Vec<String>>Implementations§
Source§impl References5
impl References5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for References5
impl RefUnwindSafe for References5
impl Send for References5
impl Sync for References5
impl Unpin for References5
impl UnwindSafe for References5
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