pub struct C223 {
pub _010: Option<String>,
pub _020: Option<String>,
}Expand description
C223 DANGEROUS GOODS SHIPMENT FLASHPOINT
Temperature at which a vapor can be ignited as per ISO 1523/73.
Fields§
§_010: Option<String>Shipment flashpoint value C n3
_020: Option<String>Measurement unit code C an..3
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C223
impl<'de> Deserialize<'de> for C223
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 C223
impl RefUnwindSafe for C223
impl Send for C223
impl Sync for C223
impl Unpin for C223
impl UnwindSafe for C223
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