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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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
Tests for
self and other values to be equal, and is used by ==.impl Copy for TransactionVerificationMode
impl Eq for TransactionVerificationMode
impl StructuralPartialEq for TransactionVerificationMode
Auto Trait Implementations§
impl Freeze for TransactionVerificationMode
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