Struct edifact_types::d00b::C213
source · pub struct C213 {
pub _010: Option<String>,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
pub _050: Option<String>,
pub _060: Option<String>,
}Expand description
C213 NUMBER AND TYPE OF PACKAGES
Number and type of individual parts of a shipment.
Fields§
§_010: Option<String>Package quantity C n..8
_020: Option<String>Package type description code C an..17
_030: Option<String>Code list identification code C an..17
_040: Option<String>Code list responsible agency code C an..3
_050: Option<String>Type of packages C an..35
_060: Option<String>Packaging related description code C an..3
Trait Implementations§
source§impl<'de> Deserialize<'de> for C213
impl<'de> Deserialize<'de> for C213
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