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: SpecTypecache_config: CacheConfigdirs: Directoriesfile_path: Option<String>format: Option<DataFormat>pruning: Pruningpruning_history: u64pruning_memory: usizecompaction: DatabaseCompactionProfiletracing: Switchfat_db: Switchvm_type: VMTypecheck_seal: boolwith_color: boolverifier_settings: VerifierSettingsmax_round_blocks_to_import: usizeTrait 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