pub struct RunCmd {
Show 41 fields pub cache_config: CacheConfig, pub dirs: Directories, pub spec: SpecType, pub pruning: Pruning, pub pruning_history: u64, pub pruning_memory: usize, pub daemon: Option<String>, pub logger_config: LogConfig, pub miner_options: MinerOptions, pub gas_price_percentile: usize, pub poll_lifetime: u32, pub ws_conf: WsConfiguration, pub http_conf: HttpConfiguration, pub ipc_conf: IpcConfiguration, pub net_conf: NetworkConfiguration, pub network_id: Option<u64>, pub warp_sync: bool, pub warp_barrier: Option<u64>, pub acc_conf: AccountsConfig, pub gas_pricer_conf: GasPricerConfig, pub miner_extras: MinerExtras, pub mode: Option<Mode>, pub tracing: Switch, pub fat_db: Switch, pub compaction: DatabaseCompactionProfile, pub vm_type: VMType, pub experimental_rpcs: bool, pub net_settings: NetworkSettings, pub secretstore_conf: Configuration, pub name: String, pub custom_bootnodes: bool, pub stratum: Option<Options>, pub snapshot_conf: SnapshotConfiguration, pub check_seal: bool, pub allow_missing_blocks: bool, pub download_old_blocks: bool, pub new_transactions_stats_period: u64, pub verifier_settings: VerifierSettings, pub no_persistent_txqueue: bool, pub max_round_blocks_to_import: usize, pub metrics_conf: MetricsConfiguration,
}

Fields

cache_config: CacheConfigdirs: Directoriesspec: SpecTypepruning: Pruningpruning_history: u64pruning_memory: usizedaemon: Option<String>

Some if execution should be daemonized. Contains pid_file path.

logger_config: LogConfigminer_options: MinerOptionsgas_price_percentile: usizepoll_lifetime: u32ws_conf: WsConfigurationhttp_conf: HttpConfigurationipc_conf: IpcConfigurationnet_conf: NetworkConfigurationnetwork_id: Option<u64>warp_sync: boolwarp_barrier: Option<u64>acc_conf: AccountsConfiggas_pricer_conf: GasPricerConfigminer_extras: MinerExtrasmode: Option<Mode>tracing: Switchfat_db: Switchcompaction: DatabaseCompactionProfilevm_type: VMTypeexperimental_rpcs: boolnet_settings: NetworkSettingssecretstore_conf: Configurationname: Stringcustom_bootnodes: boolstratum: Option<Options>snapshot_conf: SnapshotConfigurationcheck_seal: boolallow_missing_blocks: booldownload_old_blocks: boolnew_transactions_stats_period: u64verifier_settings: VerifierSettingsno_persistent_txqueue: boolmax_round_blocks_to_import: usizemetrics_conf: MetricsConfiguration

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.