Enum ethcore::client::DatabaseCompactionProfile[][src]

pub enum DatabaseCompactionProfile {
    Auto,
    SSD,
    HDD,
}

Client state db compaction profile

Variants

Try to determine compaction profile automatically

SSD compaction profile

HDD or other slow storage io compaction profile

Trait Implementations

impl Debug for DatabaseCompactionProfile
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DatabaseCompactionProfile
[src]

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

This method tests for !=.

impl Clone for DatabaseCompactionProfile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for DatabaseCompactionProfile
[src]

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

impl FromStr for DatabaseCompactionProfile
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for DatabaseCompactionProfile

impl Sync for DatabaseCompactionProfile