Struct edifact_types::d95b::C236
source · pub struct C236 {
pub _010: Option<String>,
pub _020: Option<String>,
pub _030: Option<String>,
}Expand description
C236 - DANGEROUS GOODS LABEL
Markings identifying the type of hazardous goods and similar information.
Fields§
§_010: Option<String>Dangerous goods label marking C an..4
_020: Option<String>Dangerous goods label marking C an..4
_030: Option<String>Dangerous goods label marking C an..4
Trait Implementations§
source§impl<'de> Deserialize<'de> for C236
impl<'de> Deserialize<'de> for C236
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