Struct openethereum::blockchain::ResetBlockchain
source · [−]pub struct ResetBlockchain {
pub dirs: Directories,
pub spec: SpecType,
pub pruning: Pruning,
pub pruning_history: u64,
pub pruning_memory: usize,
pub tracing: Switch,
pub fat_db: Switch,
pub compaction: DatabaseCompactionProfile,
pub cache_config: CacheConfig,
pub num: u32,
}
Fields
dirs: Directories
spec: SpecType
pruning: Pruning
pruning_history: u64
pruning_memory: usize
tracing: Switch
fat_db: Switch
compaction: DatabaseCompactionProfile
cache_config: CacheConfig
num: u32
Trait Implementations
sourceimpl Debug for ResetBlockchain
impl Debug for ResetBlockchain
sourceimpl PartialEq<ResetBlockchain> for ResetBlockchain
impl PartialEq<ResetBlockchain> for ResetBlockchain
sourcefn eq(&self, other: &ResetBlockchain) -> bool
fn eq(&self, other: &ResetBlockchain) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ResetBlockchain) -> bool
fn ne(&self, other: &ResetBlockchain) -> bool
This method tests for !=
.
impl StructuralPartialEq for ResetBlockchain
Auto Trait Implementations
impl RefUnwindSafe for ResetBlockchain
impl Send for ResetBlockchain
impl Sync for ResetBlockchain
impl Unpin for ResetBlockchain
impl UnwindSafe for ResetBlockchain
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