Struct vm_genesis::TestValidator [−][src]
pub struct TestValidator {
pub key: Ed25519PrivateKey,
pub data: Validator,
}Fields
key: Ed25519PrivateKeydata: ValidatorImplementations
Auto Trait Implementations
impl RefUnwindSafe for TestValidator
impl Send for TestValidator
impl Sync for TestValidator
impl Unpin for TestValidator
impl UnwindSafe for TestValidator
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