pub struct StackFrame<I> { /* private fields */ }
Expand description

Represents a call stack frame.

Implementations

Gets the Program Counter (PC) for the frame.

Gets the flavor of the frame.

Pushes an intent to the top of the intent stack.

Writes debug information to the current frame to be used in stack trace generation.

Writes a fragment to the frame’s output.

Writes a whitespace string to the frame’s output.

Writes a value to the frame’s output.

Consumes the frame’s output and returns the final value generated by it.

Trait Implementations

Formats the value using the given formatter. Read more

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.

Calls U::from(self).

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

Converts the given value to a String. Read more

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.