Struct openethereum::blockchain::ImportBlockchain
source · [−]pub struct ImportBlockchain {Show 16 fields
pub spec: SpecType,
pub cache_config: CacheConfig,
pub dirs: Directories,
pub file_path: Option<String>,
pub format: Option<DataFormat>,
pub pruning: Pruning,
pub pruning_history: u64,
pub pruning_memory: usize,
pub compaction: DatabaseCompactionProfile,
pub tracing: Switch,
pub fat_db: Switch,
pub vm_type: VMType,
pub check_seal: bool,
pub with_color: bool,
pub verifier_settings: VerifierSettings,
pub max_round_blocks_to_import: usize,
}
Fields
spec: SpecType
cache_config: CacheConfig
dirs: Directories
file_path: Option<String>
format: Option<DataFormat>
pruning: Pruning
pruning_history: u64
pruning_memory: usize
compaction: DatabaseCompactionProfile
tracing: Switch
fat_db: Switch
vm_type: VMType
check_seal: bool
with_color: bool
verifier_settings: VerifierSettings
max_round_blocks_to_import: usize
Trait Implementations
sourceimpl Debug for ImportBlockchain
impl Debug for ImportBlockchain
sourceimpl PartialEq<ImportBlockchain> for ImportBlockchain
impl PartialEq<ImportBlockchain> for ImportBlockchain
sourcefn eq(&self, other: &ImportBlockchain) -> bool
fn eq(&self, other: &ImportBlockchain) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ImportBlockchain) -> bool
fn ne(&self, other: &ImportBlockchain) -> bool
This method tests for !=
.
impl StructuralPartialEq for ImportBlockchain
Auto Trait Implementations
impl RefUnwindSafe for ImportBlockchain
impl Send for ImportBlockchain
impl Sync for ImportBlockchain
impl Unpin for ImportBlockchain
impl UnwindSafe for ImportBlockchain
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more