Struct edifact_types::d00b::Tpl
source · pub struct Tpl {
pub _010: C222,
}Expand description
TPL - TRANSPORT PLACEMENT
A segment to identify the means of transport to which the equipment is linked, necessary in cases where this forms the key to retrieve relevant information.
Fields§
§_010: C222C222 - TRANSPORT IDENTIFICATION
Code and/or name identifying the means of transport.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Tpl
impl<'de> Deserialize<'de> for Tpl
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