Enum rtm::Abort [] [src]

pub enum Abort {
    Retry,
    Conflict,
    Capacity,
    Debug,
    Nested,
    Code(i8),
    Undefined,
}

Why the transaction aborted

This states the reason why.

Variants

Trait Implementations

impl Copy for Abort
[src]

impl Clone for Abort
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Abort
[src]

Formats the value using the given formatter.