Enum ezomyte::JewelType [] [src]

pub enum JewelType {
    Regular,
    Abyss,
}

Type of a jewel.

Variants

Regular jewel.

Those jewels can only be placed in a passive tree slot.

Abyss jewel.

These can be placed both in passive tree slots and abyss sockets in gear.

Trait Implementations

impl Clone for JewelType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for JewelType
[src]

impl Debug for JewelType
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for JewelType
[src]

impl Hash for JewelType
[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 JewelType
[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 !=.

Auto Trait Implementations

impl Send for JewelType

impl Sync for JewelType