pub struct C234 {
pub _010: Option<String>,
pub _020: Option<String>,
}Expand description
C234 UNDG INFORMATION
Information on dangerous goods, taken from the United Nations Dangerous Goods classification.
Fields§
§_010: Option<String>United Nations Dangerous Goods (UNDG) identifier C n4
_020: Option<String>Dangerous goods flashpoint value C an..8
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C234
impl<'de> Deserialize<'de> for C234
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
Auto Trait Implementations§
impl Freeze for C234
impl RefUnwindSafe for C234
impl Send for C234
impl Sync for C234
impl Unpin for C234
impl UnwindSafe for C234
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