Enum nzsc_core::moves::Move[][src]

pub enum Move {
    Kick,
    NinjaSword,
    Nunchucks,
    ShadowFireball,
    ShadowSlip,
    RunInCircles,
    LightningFastKarateChop,
    Rampage,
    Muscle,
    Zap,
    Regenerate,
    Gravedigger,
    ZombieCorps,
    Apocalypse,
    SamuraiSword,
    Helmet,
    Smash,
    Lightning,
    Earthquake,
    Twist,
    Bend,
    JugglingKnives,
    AcidSpray,
    Nose,
    BackwardsMoustachio,
    NoseOfTheTaunted,
    MustacheMash,
    BigHairyDeal,
}

Variants

Methods

impl Move
[src]

Trait Implementations

impl Clone for Move
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Move
[src]

impl PartialEq for Move
[src]

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

This method tests for !=.

impl Debug for Move
[src]

Formats the value using the given formatter. Read more

impl FromStr for Move
[src]

The associated error which can be returned from parsing.

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

impl Display for Move
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Move

impl Sync for Move