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