Enum extemp::Action [] [src]

#[repr(C)]
pub enum Action { Cleanup, Fork, Join, Update, }

Actions that may be required when we take a transition.

Variants

Methods

impl Action
[src]

Provide a short name suitable for presenting to the user (e.g., Update -> "").

Trait Implementations

impl Clone for Action
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Action
[src]

Formats the value using the given formatter.

impl Eq for Action
[src]

impl Hash for Action
[src]

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

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

impl PartialEq for Action
[src]

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

This method tests for !=.