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: Directoriesspec: SpecTypepruning: Pruningpruning_history: u64pruning_memory: usizetracing: Switchfat_db: Switchcompaction: DatabaseCompactionProfilecache_config: CacheConfignum: u32Trait 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