Struct edifact_types::d95b::C205
source · pub struct C205 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
}Expand description
C205 - HAZARD CODE
The identification of the dangerous goods in code.
Fields§
§_010: StringHazard code identification M an..7
_020: Option<String>Hazard substance/item/page number C an..7
_030: Option<String>Hazard code version number C an..10
Trait Implementations§
source§impl<'de> Deserialize<'de> for C205
impl<'de> Deserialize<'de> for C205
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