pub struct C235 {
pub _010: Option<String>,
pub _020: Option<String>,
}Expand description
C235 - HAZARD IDENTIFICATION
Identification of the Orange placard required on the means of transport.
Fields§
§_010: Option<String>Hazard identification number, upper part
C an..4
_020: Option<String>Substance identification number, lower part
C an4
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C235
impl<'de> Deserialize<'de> for C235
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 C235
impl StructuralPartialEq for C235
Auto Trait Implementations§
impl Freeze for C235
impl RefUnwindSafe for C235
impl Send for C235
impl Sync for C235
impl Unpin for C235
impl UnwindSafe for C235
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