Enum eventstore_tcp::raw::client_messages::mod_NotHandled::NotHandledReason [] [src]

pub enum NotHandledReason {
    NotReady,
    TooBusy,
    NotMaster,
}

Variants

Trait Implementations

impl Debug for NotHandledReason
[src]

Formats the value using the given formatter.

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

impl Clone for NotHandledReason
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for NotHandledReason
[src]

impl Default for NotHandledReason
[src]

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

impl From<i32> for NotHandledReason
[src]

Performs the conversion.