pub enum ExplosiveMaterialCategories {
Show 46 variants
NoStatement,
AVGAS_AviationGas_,
JetFuel_Unspecified_,
JP4_F40JETB_,
JP5_F44JETA_,
JP7,
JP8_F34JETA1_,
JP10MissileFuel,
JPTS,
JetA,
JetA1,
JetB,
JetBiofuel,
GasolinePetrol_UnspecifiedOctane_,
DieselFuel_UnspecifiedGrade_,
Ethanol,
E85Ethanol,
FuelOil,
Kerosene,
CrudeOil_Unspecified_,
LightCrudeOil,
LiquidPetroleumGas_LPG_,
RP1RocketFuel,
LH2RocketFuel,
LOXRocketFuel,
Alcohol,
Hydrogen_Liquid_,
Nitroglycerin_NG_,
ANFO,
Dynamite,
TNT,
RDX,
PETN,
HMX,
C4,
CompositionC4,
NaturalGas_NG_,
Butane,
Propane,
Helium,
Hydrogen_Gaseous_,
Dust_UnspecifiedType_,
GrainDust,
FlourDust,
SugarDust,
Unspecified(u16),
}Variants§
NoStatement
AVGAS_AviationGas_
JetFuel_Unspecified_
JP4_F40JETB_
JP5_F44JETA_
JP7
JP8_F34JETA1_
JP10MissileFuel
JPTS
JetA
JetA1
JetB
JetBiofuel
GasolinePetrol_UnspecifiedOctane_
DieselFuel_UnspecifiedGrade_
Ethanol
E85Ethanol
FuelOil
Kerosene
CrudeOil_Unspecified_
LightCrudeOil
LiquidPetroleumGas_LPG_
RP1RocketFuel
LH2RocketFuel
LOXRocketFuel
Alcohol
Hydrogen_Liquid_
Nitroglycerin_NG_
ANFO
Dynamite
TNT
RDX
PETN
HMX
C4
CompositionC4
NaturalGas_NG_
Butane
Propane
Helium
Hydrogen_Gaseous_
Dust_UnspecifiedType_
GrainDust
FlourDust
SugarDust
Unspecified(u16)
Trait Implementations§
source§impl Clone for ExplosiveMaterialCategories
impl Clone for ExplosiveMaterialCategories
source§fn clone(&self) -> ExplosiveMaterialCategories
fn clone(&self) -> ExplosiveMaterialCategories
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ExplosiveMaterialCategories
impl Debug for ExplosiveMaterialCategories
source§impl From<ExplosiveMaterialCategories> for u16
impl From<ExplosiveMaterialCategories> for u16
source§fn from(value: ExplosiveMaterialCategories) -> Self
fn from(value: ExplosiveMaterialCategories) -> Self
Converts to this type from the input type.
source§impl From<u16> for ExplosiveMaterialCategories
impl From<u16> for ExplosiveMaterialCategories
source§impl Hash for ExplosiveMaterialCategories
impl Hash for ExplosiveMaterialCategories
source§impl PartialEq for ExplosiveMaterialCategories
impl PartialEq for ExplosiveMaterialCategories
source§fn eq(&self, other: &ExplosiveMaterialCategories) -> bool
fn eq(&self, other: &ExplosiveMaterialCategories) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ExplosiveMaterialCategories
impl Eq for ExplosiveMaterialCategories
impl StructuralEq for ExplosiveMaterialCategories
impl StructuralPartialEq for ExplosiveMaterialCategories
Auto Trait Implementations§
impl RefUnwindSafe for ExplosiveMaterialCategories
impl Send for ExplosiveMaterialCategories
impl Sync for ExplosiveMaterialCategories
impl Unpin for ExplosiveMaterialCategories
impl UnwindSafe for ExplosiveMaterialCategories
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