Struct ethcore_util::migration::Config
[−]
[src]
pub struct Config { pub batch_size: usize, pub compaction_profile: CompactionProfile, }
Migration config.
Fields
batch_size: usize
Defines how many elements should be migrated at once.
compaction_profile: CompactionProfile
Database compaction profile.
Trait Implementations
impl Clone for Config
[src]
fn clone(&self) -> Config
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more