Struct edifact_types::d00b::Iftsta
source · pub struct Iftsta { /* private fields */ }Expand description
A message to report the transport status and/or a change in the transport status (i.e. event) between agreed parties.
https://service.unece.org/trade/untdid/d00b/trmd/iftsta_c.htm
Trait Implementations§
source§impl<'de> Deserialize<'de> for Iftsta
impl<'de> Deserialize<'de> for Iftsta
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