pub struct Action<K> { /* private fields */ }
Expand description

Defines something that a player can do.

Created with ActionSet::create_action.

Implementations

Get the current state of the action.

Returns the full name of the action, including the set it’s part of.

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

Performs the conversion.

Performs the conversion.

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.