Struct openethereum::blockchain::ExportBlockchain
source · [−]pub struct ExportBlockchain {Show 15 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 fat_db: Switch,
pub tracing: Switch,
pub from_block: BlockId,
pub to_block: BlockId,
pub check_seal: bool,
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
fat_db: Switch
tracing: Switch
from_block: BlockId
to_block: BlockId
check_seal: bool
max_round_blocks_to_import: usize
Trait Implementations
sourceimpl Debug for ExportBlockchain
impl Debug for ExportBlockchain
sourceimpl PartialEq<ExportBlockchain> for ExportBlockchain
impl PartialEq<ExportBlockchain> for ExportBlockchain
sourcefn eq(&self, other: &ExportBlockchain) -> bool
fn eq(&self, other: &ExportBlockchain) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ExportBlockchain) -> bool
fn ne(&self, other: &ExportBlockchain) -> bool
This method tests for !=
.
impl StructuralPartialEq for ExportBlockchain
Auto Trait Implementations
impl RefUnwindSafe for ExportBlockchain
impl Send for ExportBlockchain
impl Sync for ExportBlockchain
impl Unpin for ExportBlockchain
impl UnwindSafe for ExportBlockchain
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