Enum evm_adapters::sputnik::cheatcodes::HEVMCalls[][src]

pub enum HEVMCalls {
Show 17 variants Accesses(AccessesCall), Addr(AddrCall), Deal(DealCall), Etch(EtchCall), ExpectEmit(ExpectEmitCall), ExpectRevert(ExpectRevertCall), Fee(FeeCall), Ffi(FfiCall), Load(LoadCall), Prank(PrankCall), Record(RecordCall), Roll(RollCall), Sign(SignCall), StartPrank(StartPrankCall), StopPrank(StopPrankCall), Store(StoreCall), Warp(WarpCall),
}

Variants

Accesses(AccessesCall)

Tuple Fields of Accesses

0: AccessesCall
Addr(AddrCall)

Tuple Fields of Addr

0: AddrCall
Deal(DealCall)

Tuple Fields of Deal

0: DealCall
Etch(EtchCall)

Tuple Fields of Etch

0: EtchCall
ExpectEmit(ExpectEmitCall)

Tuple Fields of ExpectEmit

0: ExpectEmitCall
ExpectRevert(ExpectRevertCall)

Tuple Fields of ExpectRevert

0: ExpectRevertCall
Fee(FeeCall)

Tuple Fields of Fee

0: FeeCall
Ffi(FfiCall)

Tuple Fields of Ffi

0: FfiCall
Load(LoadCall)

Tuple Fields of Load

0: LoadCall
Prank(PrankCall)

Tuple Fields of Prank

0: PrankCall
Record(RecordCall)

Tuple Fields of Record

0: RecordCall
Roll(RollCall)

Tuple Fields of Roll

0: RollCall
Sign(SignCall)

Tuple Fields of Sign

0: SignCall
StartPrank(StartPrankCall)

Tuple Fields of StartPrank

0: StartPrankCall
StopPrank(StopPrankCall)

Tuple Fields of StopPrank

0: StopPrankCall
Store(StoreCall)

Tuple Fields of Store

0: StoreCall
Warp(WarpCall)

Tuple Fields of Warp

0: WarpCall

Trait Implementations

Decodes the ABI encoded data

ABI encode the type

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Converts a Token into expected type.

Converts a specified type back into token.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Creates a new instance from parsed ABI tokens.

Compare self to key and return true if they are equal.

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

Convert to list of tokens

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more