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 for TransactionVerificationMode
impl PartialEq 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 ==
.impl Copy for TransactionVerificationMode
impl Eq for TransactionVerificationMode
impl StructuralEq for TransactionVerificationMode
impl StructuralPartialEq for TransactionVerificationMode
Auto Trait Implementations§
impl RefUnwindSafe for TransactionVerificationMode
impl Send for TransactionVerificationMode
impl Sync for TransactionVerificationMode
impl Unpin for TransactionVerificationMode
impl UnwindSafe for TransactionVerificationMode
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more