Enum ethcore::client::DatabaseCompactionProfile
[−]
[src]
pub enum DatabaseCompactionProfile { Auto, SSD, HDD, }
Client state db compaction profile
Variants
Auto
Try to determine compaction profile automatically
SSD
SSD compaction profile
HDD
HDD or other slow storage io compaction profile
Trait Implementations
impl Debug for DatabaseCompactionProfile
[src]
impl Debug for DatabaseCompactionProfile
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for DatabaseCompactionProfile
[src]
impl PartialEq for DatabaseCompactionProfile
fn eq(&self, __arg_0: &DatabaseCompactionProfile) -> bool
[src]
fn eq(&self, __arg_0: &DatabaseCompactionProfile) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Clone for DatabaseCompactionProfile
[src]
impl Clone for DatabaseCompactionProfile
fn clone(&self) -> DatabaseCompactionProfile
[src]
fn clone(&self) -> DatabaseCompactionProfile
Returns 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 DatabaseCompactionProfile
impl FromStr for DatabaseCompactionProfile
[src]
impl FromStr for DatabaseCompactionProfile
Auto Trait Implementations
impl Send for DatabaseCompactionProfile
impl Send for DatabaseCompactionProfile
impl Sync for DatabaseCompactionProfile
impl Sync for DatabaseCompactionProfile