Struct edifact_types::d95b::C228
source · Expand description
C228 - TRANSPORT MEANS
Code and/or name identifying the type of means of transport.
Fields§
§_010: Option<String>Type of means of transport identification
C an..8
_020: Option<String>Type of means of transport
C an..17
Trait Implementations§
source§impl<'de> Deserialize<'de> for C228
impl<'de> Deserialize<'de> for C228
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