pub enum TradeSymbol {
Show 110 variants
PreciousStones,
QuartzSand,
SiliconCrystals,
AmmoniaIce,
LiquidHydrogen,
LiquidNitrogen,
IceWater,
ExoticMatter,
AdvancedCircuitry,
GravitonEmitters,
Iron,
IronOre,
Copper,
CopperOre,
Aluminum,
AluminumOre,
Silver,
SilverOre,
Gold,
GoldOre,
Platinum,
PlatinumOre,
Diamonds,
Uranite,
UraniteOre,
Meritium,
MeritiumOre,
Hydrocarbon,
Antimatter,
Fertilizers,
Fabrics,
Food,
Jewelry,
Machinery,
Firearms,
AssaultRifles,
MilitaryEquipment,
Explosives,
LabInstruments,
Ammunition,
Electronics,
ShipPlating,
Equipment,
Fuel,
Medicine,
Drugs,
Clothing,
Microprocessors,
Plastics,
Polynucleotides,
Biocomposites,
Nanobots,
AiMainframes,
QuantumDrives,
RoboticDrones,
CyberImplants,
GeneTherapeutics,
NeuralChips,
MoodRegulators,
ViralAgents,
MicroFusionGenerators,
Supergrains,
LaserRifles,
Holographics,
ShipSalvage,
RelicTech,
NovelLifeforms,
BotanicalSpecimens,
CulturalArtifacts,
ReactorSolarI,
ReactorFusionI,
ReactorFissionI,
ReactorChemicalI,
ReactorAntimatterI,
EngineImpulseDriveI,
EngineIonDriveI,
EngineIonDriveIi,
EngineHyperDriveI,
ModuleMineralProcessorI,
ModuleCargoHoldI,
ModuleCrewQuartersI,
ModuleEnvoyQuartersI,
ModulePassengerCabinI,
ModuleMicroRefineryI,
ModuleOreRefineryI,
ModuleFuelRefineryI,
ModuleScienceLabI,
ModuleJumpDriveI,
ModuleJumpDriveIi,
ModuleJumpDriveIii,
ModuleWarpDriveI,
ModuleWarpDriveIi,
ModuleWarpDriveIii,
ModuleShieldGeneratorI,
ModuleShieldGeneratorIi,
MountGasSiphonI,
MountGasSiphonIi,
MountGasSiphonIii,
MountSurveyorI,
MountSurveyorIi,
MountSurveyorIii,
MountSensorArrayI,
MountSensorArrayIi,
MountSensorArrayIii,
MountMiningLaserI,
MountMiningLaserIi,
MountMiningLaserIii,
MountLaserCannonI,
MountMissileLauncherI,
MountTurretI,
}Expand description
The good’s symbol.
Variants§
PreciousStones
QuartzSand
SiliconCrystals
AmmoniaIce
LiquidHydrogen
LiquidNitrogen
IceWater
ExoticMatter
AdvancedCircuitry
GravitonEmitters
Iron
IronOre
Copper
CopperOre
Aluminum
AluminumOre
Silver
SilverOre
Gold
GoldOre
Platinum
PlatinumOre
Diamonds
Uranite
UraniteOre
Meritium
MeritiumOre
Hydrocarbon
Antimatter
Fertilizers
Fabrics
Food
Jewelry
Machinery
Firearms
AssaultRifles
MilitaryEquipment
Explosives
LabInstruments
Ammunition
Electronics
ShipPlating
Equipment
Fuel
Medicine
Drugs
Clothing
Microprocessors
Plastics
Polynucleotides
Biocomposites
Nanobots
AiMainframes
QuantumDrives
RoboticDrones
CyberImplants
GeneTherapeutics
NeuralChips
MoodRegulators
ViralAgents
MicroFusionGenerators
Supergrains
LaserRifles
Holographics
ShipSalvage
RelicTech
NovelLifeforms
BotanicalSpecimens
CulturalArtifacts
ReactorSolarI
ReactorFusionI
ReactorFissionI
ReactorChemicalI
ReactorAntimatterI
EngineImpulseDriveI
EngineIonDriveI
EngineIonDriveIi
EngineHyperDriveI
ModuleMineralProcessorI
ModuleCargoHoldI
ModuleCrewQuartersI
ModuleEnvoyQuartersI
ModulePassengerCabinI
ModuleMicroRefineryI
ModuleOreRefineryI
ModuleFuelRefineryI
ModuleScienceLabI
ModuleJumpDriveI
ModuleJumpDriveIi
ModuleJumpDriveIii
ModuleWarpDriveI
ModuleWarpDriveIi
ModuleWarpDriveIii
ModuleShieldGeneratorI
ModuleShieldGeneratorIi
MountGasSiphonI
MountGasSiphonIi
MountGasSiphonIii
MountSurveyorI
MountSurveyorIi
MountSurveyorIii
MountSensorArrayI
MountSensorArrayIi
MountSensorArrayIii
MountMiningLaserI
MountMiningLaserIi
MountMiningLaserIii
MountLaserCannonI
MountMissileLauncherI
MountTurretI
Trait Implementations§
Source§impl Clone for TradeSymbol
impl Clone for TradeSymbol
Source§fn clone(&self) -> TradeSymbol
fn clone(&self) -> TradeSymbol
Returns a duplicate 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 TradeSymbol
impl Debug for TradeSymbol
Source§impl<'de> Deserialize<'de> for TradeSymbol
impl<'de> Deserialize<'de> for TradeSymbol
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
Source§impl Hash for TradeSymbol
impl Hash for TradeSymbol
Source§impl Ord for TradeSymbol
impl Ord for TradeSymbol
Source§fn cmp(&self, other: &TradeSymbol) -> Ordering
fn cmp(&self, other: &TradeSymbol) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TradeSymbol
impl PartialEq for TradeSymbol
Source§impl PartialOrd for TradeSymbol
impl PartialOrd for TradeSymbol
Source§impl Serialize for TradeSymbol
impl Serialize for TradeSymbol
Source§impl ToString for TradeSymbol
impl ToString for TradeSymbol
impl Copy for TradeSymbol
impl Eq for TradeSymbol
impl StructuralPartialEq for TradeSymbol
Auto Trait Implementations§
impl Freeze for TradeSymbol
impl RefUnwindSafe for TradeSymbol
impl Send for TradeSymbol
impl Sync for TradeSymbol
impl Unpin for TradeSymbol
impl UnwindSafe for TradeSymbol
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.