Enum ezomyte::Requirement [] [src]

pub enum Requirement {
    Level,
    Strength,
    Dexterity,
    Intelligence,
}

A particular kind of requirement that a character must satisfy in order to use an item.

Variants

Level requirement.

Strength stat requirement.

Dexterity stat requirement.

Intelligence stat requirement.

Trait Implementations

impl Clone for Requirement
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Requirement
[src]

impl Debug for Requirement
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Requirement
[src]

impl Hash for Requirement
[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 Requirement
[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 Requirement
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for Requirement

impl Sync for Requirement