Enum ezomyte::Influence []

pub enum Influence {
    Elder,
    Shaper,
}

War for the Atlas influence on the item.

Variants

The item base has been influenced by the Elder. This is colloquially referred to as an "elder item".

This item base has been influenced by the Shaper. This is colloquially referred to as a "shaped item".

Methods

impl Influence

Trait Implementations

impl Clone for Influence

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Influence

impl Debug for Influence

Formats the value using the given formatter. Read more

impl Eq for Influence

impl Hash for Influence

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 Influence

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 Influence

impl Sync for Influence