pub struct ThisInvokeContext<'a> {
    pub timings: ExecuteDetailsTimings,
    /* private fields */
}

Fields

timings: ExecuteDetailsTimings

Implementations

Trait Implementations

Push a stack frame onto the invocation stack Read more

Pop a stack frame from the invocation stack Read more

Current depth of the invocation stake

Verify and update PreAccount state based on program execution

Get the program ID of the currently executing program

Removes the first keyed account

Get the list of keyed accounts

Get a list of built-in programs

Get this invocation’s logger

Get this invocation’s compute budget

Get this invocation’s compute meter

Loaders may need to do work in order to execute a program. Cache the work that can be re-used across executions Read more

Cache an executor that has changed

Get the completed loader work that can be re-used across executions

Record invoked instruction

Get the bank’s active feature set

Get an account by its key

Update timing

Get sysvar cache

Set the return data

Get the return data

Get timings

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

Returns the argument unchanged.

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

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

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