pub struct C235 {
pub _010: Option<String>,
pub _020: Option<String>,
}Expand description
C235 HAZARD IDENTIFICATION PLACARD DETAILS
These numbers appear on the hazard identification placard required on the means of transport.
Fields§
§_010: Option<String>Orange hazard placard upper part identifier C an..4
_020: Option<String>Orange hazard placard lower part identifier 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
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