Enum fuel_vm::interpreter::InterpreterMetadata
source ·
[−]pub enum InterpreterMetadata {
IsCallerExternal,
GetCaller,
}
Expand description
Variants for the GM
VM instruction.
Variants
IsCallerExternal
Set $rA
to true
if call stack parent is an external context; false
otherwise.
GetCaller
Set $rA
to $fp
of the call stack parent.
Trait Implementations
Performs the conversion.
type Error = PanicReason
type Error = PanicReason
The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for InterpreterMetadata
impl Send for InterpreterMetadata
impl Sync for InterpreterMetadata
impl Unpin for InterpreterMetadata
impl UnwindSafe for InterpreterMetadata
Blanket Implementations
Mutably borrows from an owned value. Read more