Struct eventstore_tcp::raw::client_messages::ScavengeDatabaseCompleted [] [src]

pub struct ScavengeDatabaseCompleted<'a> {
    pub result: Option<ScavengeResult>,
    pub error: Option<Cow<'a, str>>,
    pub total_time_ms: i32,
    pub total_space_saved: i64,
}

Fields

Methods

impl<'a> ScavengeDatabaseCompleted<'a>
[src]

Trait Implementations

impl<'a> Debug for ScavengeDatabaseCompleted<'a>
[src]

Formats the value using the given formatter.

impl<'a> Default for ScavengeDatabaseCompleted<'a>
[src]

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

impl<'a> PartialEq for ScavengeDatabaseCompleted<'a>
[src]

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

This method tests for !=.

impl<'a> Clone for ScavengeDatabaseCompleted<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> MessageWrite for ScavengeDatabaseCompleted<'a>
[src]

Computes necessary binary size of self once serialized in protobuf

Writes Self into W writer

Writes self into a file