Enum urweb::failure_kind [] [src]

#[repr(u32)]
pub enum failure_kind { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY, RETURN_INDIRECTLY, }

Variants

Trait Implementations

impl Debug for failure_kind
[src]

Formats the value using the given formatter.

impl Copy for failure_kind
[src]

impl Clone for failure_kind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for failure_kind
[src]

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

This method tests for !=.

impl Eq for failure_kind
[src]

impl Hash for failure_kind
[src]

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

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