pub struct TransientStorageWrite;
Expand description
TransientStorageWrite
opcode.
Trait Implementations§
source§impl Debug for TransientStorageWrite
impl Debug for TransientStorageWrite
source§impl OpcodeType for TransientStorageWrite
impl OpcodeType for TransientStorageWrite
Auto Trait Implementations§
impl Freeze for TransientStorageWrite
impl RefUnwindSafe for TransientStorageWrite
impl Send for TransientStorageWrite
impl Sync for TransientStorageWrite
impl Unpin for TransientStorageWrite
impl UnwindSafe for TransientStorageWrite
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