Enum ezomyte::Currency [] [src]

pub enum Currency {
    OrbOfAlteration,
    OrbOfFusing,
    OrbOfAlchemy,
    ChaosOrb,
    GemcuttersPrism,
    ExaltedOrb,
    ChromaticOrb,
    JewellersOrb,
    EngineersOrb,
    OrbOfChance,
    CartographersChisel,
    OrbOfScouring,
    BlessedOrb,
    OrbOfRegret,
    RegalOrb,
    DivineOrb,
    VaalOrb,
    OrbOfAnnulment,
    OrbOfBinding,
    AncientOrb,
    OrbOfHorizons,
    HarbingersOrb,
    ScrollOfWisdom,
    PortalScroll,
    ArmourersScrap,
    BlacksmithsWhetstone,
    GlassblowersBauble,
    OrbOfTransmutation,
    OrbOfAugmentation,
    MirrorOfKalandra,
    EternalOrb,
    PerandusCoin,
    SilverCoin,
    AnnulmentShard,
    MirrorShard,
    ExaltedShard,
    BindingShard,
    HorizonShard,
    HarbingersShard,
    EngineersShard,
    AncientShard,
    ChaosShard,
    RegalShard,
    ApprenticeCartographersSextant,
    JourneymanCartographersSextant,
    MasterCartographersSextant,
    BlessingOfXoph,
    BlessingOfTul,
    BlessingOfEsh,
    BlessingOfUulnetol,
    BlessingOfChayula,
    SplinterOfXoph,
    SplinterOfTul,
    SplinterOfEsh,
    SplinterOfUulnetol,
    SplinterOfChayula,
}

Currency item used for trading.

Variants

Orb of Alteration.

Orb of Fusing.

Orb of Alchemy.

Chaos Orb.

Gemcutter's Prism.

Exalted Orb.

Chromatic Orb.

Jeweller's Orb.

Engineer's Orb.

Orb of Chance.

Cartographer's Chisel.

Orb of Scouring.

Blessed Orb.

Orb of Regret.

Regal Orb.

Divine Orb.

Vaal Orb.

Orb of Annulment.

Orb of Binding.

Ancient Orb.

Orb of Horizons.

Harbinger's Orb.

Scroll of Wisdom.

Portal Scroll.

Armourer's Scrap.

Blacksmith's Whetstone.

Glassblower's Bauble.

Orb of Transmutation.

Orb of Augmentation.

Mirror of Kalandra.

Eternal Orb.

Perandus Coin.

Silver Coin.

Annulment Shard.

Mirror Shard.

Exalted Shard.

Binding Shard.

Horizon Shard.

Harbinger's Shard.

Engineer's Shard.

Ancient Shard.

Chaos Shard.

Regal Shard.

Apprentice Cartographer's Sextant.

Journeyman Cartographer's Sextant.

Master Cartographer's Sextant.

Blessing of Xoph.

Blessing of Tul.

Blessing of Esh.

Blessing of Uul-Netol.

Blessing of Chayula.

Splinter of Xoph.

Splinter of Tul.

Splinter of Esh.

Splinter of Uul-Netol.

Splinter of Chayula.

Trait Implementations

impl Clone for Currency
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Currency
[src]

impl Debug for Currency
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Currency
[src]

impl Hash for Currency
[src]

[src]

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

1.3.0
[src]

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

impl PartialEq for Currency
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl<'de> Deserialize<'de> for Currency
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for Currency

impl Sync for Currency