Enum ezomyte::StashType [] [src]

pub enum StashType {
    Normal,
    Premium,
    Quad,
    Essence,
    Currency,
    Divination,
    Map,
    Fragment,
}

Type of the stash tab returned by the API.

Variants

Regular stash tan.

Premium stash tab (of regular size).

Premium Quad stash tab.

Essence stash tab.

Currency stash tab.

Divination cards stash tab.

Map stash tab.

Fragment stash tab.

Trait Implementations

impl Debug for StashType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for StashType

impl Sync for StashType