Enum stm::StmError [] [src]

pub enum StmError {
    Failure,
    Retry,
}

Variants

The call failed, because a variable, the computation depends on, has changed.

retry was called.

It may block until at least one read variable has changed.

Trait Implementations

impl Eq for StmError
[src]

impl PartialEq for StmError
[src]

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

This method tests for !=.

impl Clone for StmError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for StmError
[src]

impl Debug for StmError
[src]

Formats the value using the given formatter.