Enum peppi::model::enums::action_state::State[][src]

pub enum State {
Show 29 variants Common(Common), Unknown(u16), Bowser(Bowser), CaptainFalcon(CaptainFalcon), DonkeyKong(DonkeyKong), DrMario(DrMario), Falco(Falco), Fox(Fox), GameAndWatch(GameAndWatch), Ganondorf(Ganondorf), Jigglypuff(Jigglypuff), Kirby(Kirby), Link(Link), Luigi(Luigi), Mario(Mario), Marth(Marth), Mewtwo(Mewtwo), Nana(Nana), Ness(Ness), Peach(Peach), Pichu(Pichu), Pikachu(Pikachu), Popo(Popo), Roy(Roy), Samus(Samus), Sheik(Sheik), Yoshi(Yoshi), YoungLink(YoungLink), Zelda(Zelda),
}

Variants

Common(Common)

Tuple Fields

0: Common

Unknown(u16)

Tuple Fields

0: u16

Bowser(Bowser)

Tuple Fields

0: Bowser

CaptainFalcon(CaptainFalcon)

Tuple Fields

DonkeyKong(DonkeyKong)

Tuple Fields

DrMario(DrMario)

Tuple Fields

Falco(Falco)

Tuple Fields

0: Falco

Fox(Fox)

Tuple Fields

0: Fox

GameAndWatch(GameAndWatch)

Tuple Fields

Ganondorf(Ganondorf)

Tuple Fields

Jigglypuff(Jigglypuff)

Tuple Fields

Kirby(Kirby)

Tuple Fields

0: Kirby

Tuple Fields

0: Link

Luigi(Luigi)

Tuple Fields

0: Luigi

Mario(Mario)

Tuple Fields

0: Mario

Marth(Marth)

Tuple Fields

0: Marth

Mewtwo(Mewtwo)

Tuple Fields

0: Mewtwo

Nana(Nana)

Tuple Fields

0: Nana

Ness(Ness)

Tuple Fields

0: Ness

Peach(Peach)

Tuple Fields

0: Peach

Pichu(Pichu)

Tuple Fields

0: Pichu

Pikachu(Pikachu)

Tuple Fields

Popo(Popo)

Tuple Fields

0: Popo

Roy(Roy)

Tuple Fields

0: Roy

Samus(Samus)

Tuple Fields

0: Samus

Sheik(Sheik)

Tuple Fields

0: Sheik

Yoshi(Yoshi)

Tuple Fields

0: Yoshi

Tuple Fields

Zelda(Zelda)

Tuple Fields

0: Zelda

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Performs the conversion.

Performs the conversion.

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

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Compare self to key and return true if they are equal.

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.