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
RetryConflictCapacityDebugNestedCode(i8)UndefinedTrait Implementations
impl Copy for Abort[src]
impl Clone for Abort[src]
fn clone(&self) -> Abort
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more