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
impl Eq for C236
impl StructuralPartialEq for C236
Auto Trait Implementations§
impl Freeze for C236
impl RefUnwindSafe for C236
impl Send for C236
impl Sync for C236
impl Unpin for C236
impl UnwindSafe for C236
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