Struct diem_config::config::ExecutionConfig [−][src]
pub struct ExecutionConfig {
pub genesis: Option<Transaction>,
pub sign_vote_proposal: bool,
pub genesis_file_location: PathBuf,
pub service: ExecutionCorrectnessService,
pub backend: SecureBackend,
pub network_timeout_ms: u64,
}Fields
genesis: Option<Transaction>sign_vote_proposal: boolgenesis_file_location: PathBufservice: ExecutionCorrectnessServicebackend: SecureBackendnetwork_timeout_ms: u64Implementations
Trait Implementations
Returns the “default value” for a type. Read more
fn 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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ExecutionConfig
impl Send for ExecutionConfig
impl Sync for ExecutionConfig
impl Unpin for ExecutionConfig
impl UnwindSafe for ExecutionConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self
Generates a hash used only for tests.