pub struct DGS {Show 13 fields
pub _010: Option<String>,
pub _020: Option<C205>,
pub _030: Option<C234>,
pub _040: Option<C223>,
pub _050: Option<String>,
pub _060: Option<String>,
pub _070: Option<String>,
pub _080: Option<String>,
pub _090: Option<C235>,
pub _100: Option<C236>,
pub _110: Option<String>,
pub _120: Option<String>,
pub _130: Option<String>,
}Expand description
DGS - DANGEROUS GOODS
To identify dangerous goods.
Fields§
§_010: Option<String>DANGEROUS GOODS REGULATIONS, CODED
C an..3
_020: Option<C205>HAZARD CODE
_030: Option<C234>UNDG INFORMATION
_040: Option<C223>DANGEROUS GOODS SHIPMENT FLASHPOINT
_050: Option<String>PACKING GROUP, CODED
C an..3
_060: Option<String>EMS NUMBER
C an..6
_070: Option<String>MFAG
C an..4
_080: Option<String>TREM CARD NUMBER
C an..10
_090: Option<C235>HAZARD IDENTIFICATION
_100: Option<C236>DANGEROUS GOODS LABEL
_110: Option<String>PACKING INSTRUCTION, CODED
C an..3
_120: Option<String>CATEGORY OF MEANS OF TRANSPORT, CODED
C an..3
_130: Option<String>PERMISSION FOR TRANSPORT, CODED
C an..3
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DGS
impl<'de> Deserialize<'de> for DGS
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 DGS
impl RefUnwindSafe for DGS
impl Send for DGS
impl Sync for DGS
impl Unpin for DGS
impl UnwindSafe for DGS
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