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

pub enum HevmConsoleEvents {
Show 16 variants LogFilter(LogFilter), LogAddressFilter(LogAddressFilter), LogBytesFilter(LogBytesFilter), LogBytes32Filter(LogBytes32Filter), LogIntFilter(LogIntFilter), LogNamedAddressFilter(LogNamedAddressFilter), LogNamedBytesFilter(LogNamedBytesFilter), LogNamedBytes32Filter(LogNamedBytes32Filter), LogNamedDecimalIntFilter(LogNamedDecimalIntFilter), LogNamedDecimalUintFilter(LogNamedDecimalUintFilter), LogNamedIntFilter(LogNamedIntFilter), LogNamedStringFilter(LogNamedStringFilter), LogNamedUintFilter(LogNamedUintFilter), LogStringFilter(LogStringFilter), LogUintFilter(LogUintFilter), LogsFilter(LogsFilter),
}

Variants

LogFilter(LogFilter)

Tuple Fields of LogFilter

0: LogFilter
LogAddressFilter(LogAddressFilter)

Tuple Fields of LogAddressFilter

0: LogAddressFilter
LogBytesFilter(LogBytesFilter)

Tuple Fields of LogBytesFilter

0: LogBytesFilter
LogBytes32Filter(LogBytes32Filter)

Tuple Fields of LogBytes32Filter

0: LogBytes32Filter
LogIntFilter(LogIntFilter)

Tuple Fields of LogIntFilter

0: LogIntFilter
LogNamedAddressFilter(LogNamedAddressFilter)

Tuple Fields of LogNamedAddressFilter

0: LogNamedAddressFilter
LogNamedBytesFilter(LogNamedBytesFilter)

Tuple Fields of LogNamedBytesFilter

0: LogNamedBytesFilter
LogNamedBytes32Filter(LogNamedBytes32Filter)

Tuple Fields of LogNamedBytes32Filter

0: LogNamedBytes32Filter
LogNamedDecimalIntFilter(LogNamedDecimalIntFilter)

Tuple Fields of LogNamedDecimalIntFilter

0: LogNamedDecimalIntFilter
LogNamedDecimalUintFilter(LogNamedDecimalUintFilter)

Tuple Fields of LogNamedDecimalUintFilter

0: LogNamedDecimalUintFilter
LogNamedIntFilter(LogNamedIntFilter)

Tuple Fields of LogNamedIntFilter

0: LogNamedIntFilter
LogNamedStringFilter(LogNamedStringFilter)

Tuple Fields of LogNamedStringFilter

0: LogNamedStringFilter
LogNamedUintFilter(LogNamedUintFilter)

Tuple Fields of LogNamedUintFilter

0: LogNamedUintFilter
LogStringFilter(LogStringFilter)

Tuple Fields of LogStringFilter

0: LogStringFilter
LogUintFilter(LogUintFilter)

Tuple Fields of LogUintFilter

0: LogUintFilter
LogsFilter(LogsFilter)

Tuple Fields of LogsFilter

0: LogsFilter

Trait Implementations

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

decode from a RawLog

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