pub struct FsmEventBuilderState<'a, TFsm, TContext, TEvent, TState> { /* private fields */ }

Implementations

An internal transition doesn’t trigger the state’s entry and exit actions, as opposed to self-transitions.

A self transition triggers this state’s entry and exit actions, while an internal transition does not.

Transition into this state. The transition can have a guard and an action.

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.