Enum eventstore_tcp::raw::client_messages::mod_ScavengeDatabaseCompleted::ScavengeResult [] [src]

pub enum ScavengeResult {
    Success,
    InProgress,
    Failed,
}

Variants

Trait Implementations

impl Debug for ScavengeResult
[src]

Formats the value using the given formatter.

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

impl Clone for ScavengeResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ScavengeResult
[src]

impl Default for ScavengeResult
[src]

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

impl From<i32> for ScavengeResult
[src]

Performs the conversion.