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