Enum ezomyte::ModType []

pub enum ModType {
    Crafted,
    Enchant,
    Explicit,
    Implicit,
}

Type of an item mod.

Variants

Mods crafted by Forsaken Master benches.

Mods that can be enchanted on items in the Lord's Labirynth.

Explicit ("regular") item mods

Implicit item mods (inherent to the item base).

Methods

impl ModType

Trait Implementations

impl Clone for ModType

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ModType

impl Debug for ModType

Formats the value using the given formatter. Read more

impl Eq for ModType

impl PartialEq for ModType

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 Hash for ModType

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 FromStr for ModType
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for ModType

impl Sync for ModType