Enum eventstore_tcp::raw::client_messages::OperationResult [] [src]

pub enum OperationResult {
    Success,
    PrepareTimeout,
    CommitTimeout,
    ForwardTimeout,
    WrongExpectedVersion,
    StreamDeleted,
    InvalidTransaction,
    AccessDenied,
}

Variants

Trait Implementations

impl Debug for OperationResult
[src]

Formats the value using the given formatter.

impl PartialEq for OperationResult
[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 OperationResult
[src]

impl Clone for OperationResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OperationResult
[src]

impl Default for OperationResult
[src]

Returns the "default value" for a type. Read more

impl From<i32> for OperationResult
[src]

Performs the conversion.