Enum ethcore::client::DatabaseCompactionProfile
[−]
[src]
pub enum DatabaseCompactionProfile {
Auto,
SSD,
HDD,
}Client state db compaction profile
Variants
AutoTry to determine compaction profile automatically
SSDSSD compaction profile
HDDHDD or other slow storage io compaction profile
Trait Implementations
impl Debug for DatabaseCompactionProfile[src]
impl Debug for DatabaseCompactionProfilefn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for DatabaseCompactionProfile[src]
impl PartialEq for DatabaseCompactionProfilefn eq(&self, __arg_0: &DatabaseCompactionProfile) -> bool[src]
fn eq(&self, __arg_0: &DatabaseCompactionProfile) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Clone for DatabaseCompactionProfile[src]
impl Clone for DatabaseCompactionProfilefn clone(&self) -> DatabaseCompactionProfile[src]
fn clone(&self) -> DatabaseCompactionProfileReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for DatabaseCompactionProfile[src]
impl Default for DatabaseCompactionProfileimpl FromStr for DatabaseCompactionProfile[src]
impl FromStr for DatabaseCompactionProfileAuto Trait Implementations
impl Send for DatabaseCompactionProfile
impl Send for DatabaseCompactionProfileimpl Sync for DatabaseCompactionProfile
impl Sync for DatabaseCompactionProfile