Enum combu::action::ActionErrorKind[][src]

pub enum ActionErrorKind {
    Custom,
    NoActionRegistered,
    None,
}
Expand description

ErrorKind of ActionError

Variants

Custom

Shows a custom(Normal) error

NoActionRegistered

Shows that no action is registered to specidied command.

None

Shows None.

Trait Implementations

Formats the value using the given formatter. 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

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.