Enum rpg::character::Attribute [] [src]

pub enum Attribute {
    Charisma,
    Constitution,
    Defense,
    Dexterity,
    Intelligence,
    Luck,
    Perception,
    Strength,
    Willpower,
    Wisdom,
}

A list of all possible attributes

Variants

The charisma of a character

The constitution of a character

The defense of a character

The dexterity of a character

The intelligence of a character

The luck of a character

The perception of a character

The strength of a character

The willpower of a character

The wisdom of a character

Trait Implementations

impl Clone for Attribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Attribute
[src]

impl PartialEq for Attribute
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for Attribute
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Attribute
[src]

Formats the value using the given formatter.