pub struct polkadotSkipReturn {}Expand description
When running in Polkadot context, skips the next CREATE or CALL, executing it on the Foundry EVM instead.
All CREATEs executed within this skip, will automatically have CALLs to their target addresses
executed in the Foundry EVM, and need not be marked with this cheatcode at every usage location.
Container type for the return parameters of the polkadotSkip() function.
Implementations§
Source§impl polkadotSkipReturn
impl polkadotSkipReturn
fn _tokenize(&self) -> <polkadotSkipCall as SolCall>::ReturnToken<'_>
Trait Implementations§
Source§impl Clone for polkadotSkipReturn
impl Clone for polkadotSkipReturn
Source§fn clone(&self) -> polkadotSkipReturn
fn clone(&self) -> polkadotSkipReturn
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for polkadotSkipReturn
impl RefUnwindSafe for polkadotSkipReturn
impl Send for polkadotSkipReturn
impl Sync for polkadotSkipReturn
impl Unpin for polkadotSkipReturn
impl UnwindSafe for polkadotSkipReturn
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes