Struct edifact_types::d00b::Tmd
source · pub struct Tmd {
pub _010: Option<C219>,
pub _020: Option<String>,
pub _030: Option<String>,
}Expand description
TMD - TRANSPORT MOVEMENT DETAILS
A segment to specify transport movement details related to the equipment.
Fields§
§_010: Option<C219>C219 - MOVEMENT TYPE
Description of type of service for movement of cargo.
_020: Option<String>EQUIPMENT PLAN DESCRIPTION
Free form description of the equipment plan.
_030: Option<String>HAULAGE ARRANGEMENTS CODE
Code specifying the arrangement for the haulage of goods.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Tmd
impl<'de> Deserialize<'de> for Tmd
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