Struct openethereum::cli::Footprint
source · [−]struct Footprint {Show 14 fields
tracing: Option<String>,
pruning: Option<String>,
pruning_history: Option<u64>,
pruning_memory: Option<usize>,
fast_and_loose: Option<bool>,
cache_size: Option<u32>,
cache_size_db: Option<u32>,
cache_size_blocks: Option<u32>,
cache_size_queue: Option<u32>,
cache_size_state: Option<u32>,
db_compaction: Option<String>,
fat_db: Option<String>,
scale_verifiers: Option<bool>,
num_verifiers: Option<usize>,
}
Fields
tracing: Option<String>
pruning: Option<String>
pruning_history: Option<u64>
pruning_memory: Option<usize>
fast_and_loose: Option<bool>
cache_size: Option<u32>
cache_size_db: Option<u32>
cache_size_blocks: Option<u32>
cache_size_queue: Option<u32>
cache_size_state: Option<u32>
db_compaction: Option<String>
fat_db: Option<String>
scale_verifiers: Option<bool>
num_verifiers: Option<usize>
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Footprint
impl<'de> Deserialize<'de> for Footprint
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Footprint
Auto Trait Implementations
impl RefUnwindSafe for Footprint
impl Send for Footprint
impl Sync for Footprint
impl Unpin for Footprint
impl UnwindSafe for Footprint
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