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
impl Eq for C205
impl StructuralPartialEq for C205
Auto Trait Implementations§
impl Freeze for C205
impl RefUnwindSafe for C205
impl Send for C205
impl Sync for C205
impl Unpin for C205
impl UnwindSafe for C205
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more