Struct edifact_types::d95b::Tdt
source · pub struct Tdt {
pub _010: String,
pub _020: String,
pub _030: C220,
pub _040: C228,
pub _050: C040,
pub _060: String,
pub _070: C401,
pub _080: C222,
pub _090: String,
}Expand description
TDT - DETAILS OF TRANSPORT
To specify the transport details such as mode of transport, means of transport, its conveyance reference number and the identification of the means of transport. The segment may be pointed to by the TPL segment.
Fields§
§_010: String§_020: String§_030: C220§_040: C228§_050: C040§_060: String§_070: C401§_080: C222§_090: StringTrait Implementations§
source§impl<'de> Deserialize<'de> for Tdt
impl<'de> Deserialize<'de> for Tdt
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