pub struct DOC {
pub _010: Option<C002>,
pub _020: Option<C503>,
pub _030: Option<String>,
pub _040: Option<String>,
pub _050: Option<String>,
}Expand description
DOC - DOCUMENT/MESSAGE DETAILS
A segment to specify document details related to the status code, such as indication which document is missing (status code: document missing).
Fields§
§_010: Option<C002>C002 - DOCUMENT/MESSAGE NAME
Identification of a type of document/message by code or name. Code preferred.
_020: Option<C503>C503 - DOCUMENT/MESSAGE DETAILS
Identification of document/message by number, status, source and/or language.
_030: Option<String>COMMUNICATION MEDIUM TYPE CODE
Code specifying the type of communication medium.
_040: Option<String>DOCUMENT COPIES REQUIRED QUANTITY
Quantity of document copies required.
_050: Option<String>DOCUMENT ORIGINALS REQUIRED QUANTITY
Quantity of document originals required.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DOC
impl<'de> Deserialize<'de> for DOC
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DOC
impl RefUnwindSafe for DOC
impl Send for DOC
impl Sync for DOC
impl Unpin for DOC
impl UnwindSafe for DOC
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