Enum eventstore_tcp::raw::client_messages::mod_PersistentSubscriptionNakEvents::NakAction [] [src]

pub enum NakAction {
    Unknown,
    Park,
    Retry,
    Skip,
    Stop,
}

Variants

Trait Implementations

impl Debug for NakAction
[src]

[]

Formats the value using the given formatter.

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

impl Clone for NakAction
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for NakAction
[src]

impl Default for NakAction
[src]

[]

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

impl From<i32> for NakAction
[src]

[]

Performs the conversion.