pub enum TransactionVerificationMode {
HashOnly,
HashAndVerifyPrecompiles,
FullVerification,
}
Variants§
Trait Implementations§
source§impl Clone for TransactionVerificationMode
impl Clone for TransactionVerificationMode
source§fn clone(&self) -> TransactionVerificationMode
fn clone(&self) -> TransactionVerificationMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TransactionVerificationMode
impl Debug for TransactionVerificationMode
source§impl PartialEq<TransactionVerificationMode> for TransactionVerificationMode
impl PartialEq<TransactionVerificationMode> for TransactionVerificationMode
source§fn eq(&self, other: &TransactionVerificationMode) -> bool
fn eq(&self, other: &TransactionVerificationMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.