Struct edifact_types::d00b::C222
source · pub struct C222 {
pub _010: Option<String>,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
pub _050: Option<String>,
}Expand description
C222 - TRANSPORT IDENTIFICATION
Code and/or name identifying the means of transport.
Fields§
§_010: Option<String>Transport means identification name identifier
_020: Option<String>Code list identification code
_030: Option<String>Code list responsible agency code
_040: Option<String>Transport means identification name
_050: Option<String>Transport means nationality code
Trait Implementations§
source§impl<'de> Deserialize<'de> for C222
impl<'de> Deserialize<'de> for C222
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