Struct diem_config::config::TestConfig [−][src]
pub struct TestConfig {
pub auth_key: Option<AuthenticationKey>,
pub operator_key: Option<ConfigKey<Ed25519PrivateKey>>,
pub owner_key: Option<ConfigKey<Ed25519PrivateKey>>,
pub execution_key: Option<ConfigKey<Ed25519PrivateKey>>,
pub publishing_option: Option<VMPublishingOption>,
// some fields omitted
}Fields
auth_key: Option<AuthenticationKey>operator_key: Option<ConfigKey<Ed25519PrivateKey>>owner_key: Option<ConfigKey<Ed25519PrivateKey>>execution_key: Option<ConfigKey<Ed25519PrivateKey>>publishing_option: Option<VMPublishingOption>Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for TestConfig
impl Send for TestConfig
impl Sync for TestConfig
impl Unpin for TestConfig
impl UnwindSafe for TestConfig
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.