Enum sc2::data::Upgrade[][src]

pub enum Upgrade {
    CarrierLaunchSpeedUpgrade,
    GlialReconstitution,
    TunnelingClaws,
    ChitinousPlating,
    HiSecAutoTracking,
    TerranBuildingArmor,
    TerranInfantryWeaponsLevel1,
    TerranInfantryWeaponsLevel2,
    TerranInfantryWeaponsLevel3,
    NeoSteelFrame,
    TerranInfantryArmorsLevel1,
    TerranInfantryArmorsLevel2,
    TerranInfantryArmorsLevel3,
    Stimpack,
    ShieldWall,
    PunisherGrenades,
    HighCapacityBarrels,
    BansheeCloak,
    RavenCorvidReactor,
    PersonalCloaking,
    TerranVehicleWeaponsLevel1,
    TerranVehicleWeaponsLevel2,
    TerranVehicleWeaponsLevel3,
    TerranShipWeaponsLevel1,
    TerranShipWeaponsLevel2,
    TerranShipWeaponsLevel3,
    ProtossGroundWeaponsLevel1,
    ProtossGroundWeaponsLevel2,
    ProtossGroundWeaponsLevel3,
    ProtossGroundArmorsLevel1,
    ProtossGroundArmorsLevel2,
    ProtossGroundArmorsLevel3,
    ProtossShieldsLevel1,
    ProtossShieldsLevel2,
    ProtossShieldsLevel3,
    ObserverGraviticBooster,
    GraviticDrive,
    ExtendedThermalLance,
    PsiStormTech,
    ZergMeleeWeaponsLevel1,
    ZergMeleeWeaponsLevel2,
    ZergMeleeWeaponsLevel3,
    ZergGroundArmorsLevel1,
    ZergGroundArmorsLevel2,
    ZergGroundArmorsLevel3,
    ZergMissileWeaponsLevel1,
    ZergMissileWeaponsLevel2,
    ZergMissileWeaponsLevel3,
    OverlordSpeed,
    Burrow,
    ZerglingAttackSpeed,
    ZerglingMovementSpeed,
    ZergFlyerWeaponsLevel1,
    ZergFlyerWeaponsLevel2,
    ZergFlyerWeaponsLevel3,
    ZergFlyerArmorsLevel1,
    ZergFlyerArmorsLevel2,
    ZergFlyerArmorsLevel3,
    InfestorEnergyUpgrade,
    CentrificalHooks,
    BattleCruiserEnableSpecializations,
    ProtossAirWeaponsLevel1,
    ProtossAirWeaponsLevel2,
    ProtossAirWeaponsLevel3,
    ProtossAirArmorsLevel1,
    ProtossAirArmorsLevel2,
    ProtossAirArmorsLevel3,
    WarpGateResearch,
    Charge,
    BlinkTech,
    PhoenixRangeUpgrade,
    NeuralParasite,
    TerranVehicleAndShipArmorsLevel1,
    TerranVehicleAndShipArmorsLevel2,
    TerranVehicleAndShipArmorsLevel3,
    DrillClaws,
    AdeptPiercingAttack,
    MagFieldLaunchers,
    EvolveGroovedSpines,
    EvolveMuscularAugments,
    BansheeSpeed,
    RavenRecalibratedExplosives,
    MedivacIncreaseSpeedBoost,
    LiberatorAgRangeUpgrade,
    DarkTemplarBlinkUpgrade,
}

A list of known StarCraft II upgrades.

Variants

Trait Implementations

impl Debug for Upgrade
[src]

Formats the value using the given formatter. Read more

impl Copy for Upgrade
[src]

impl Clone for Upgrade
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Upgrade
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Upgrade
[src]

impl Hash for Upgrade
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for Upgrade

impl Sync for Upgrade