Enum evm_gasometer::StorageTarget
source · Expand description
Storage opcode will access. Used for tracking accessed storage (EIP-2929).
Variants
None
No storage access
Address(H160)
Accessing address
Slot(H160, H256)
Accessing storage slot within an address
Trait Implementations
sourceimpl Clone for StorageTarget
impl Clone for StorageTarget
sourcefn clone(&self) -> StorageTarget
fn clone(&self) -> StorageTarget
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StorageTarget
impl Debug for StorageTarget
impl Copy for StorageTarget
Auto Trait Implementations
impl RefUnwindSafe for StorageTarget
impl Send for StorageTarget
impl Sync for StorageTarget
impl Unpin for StorageTarget
impl UnwindSafe for StorageTarget
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more