Struct edifact_types::d00b::C503
source · pub struct C503 {
pub _010: Option<String>,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
pub _050: Option<String>,
pub _060: Option<String>,
}Expand description
C503 DOCUMENT/MESSAGE DETAILS
Identification of document/message by number, status, source and/or language.
Fields§
§_010: Option<String>Document identifier C an..35
_020: Option<String>Document status code C an..3
_030: Option<String>Document source description C an..70
_040: Option<String>Language name code C an..3
_050: Option<String>Version identifier C an..9
_060: Option<String>Revision identifier C an..6
Trait Implementations§
source§impl<'de> Deserialize<'de> for C503
impl<'de> Deserialize<'de> for C503
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