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