Struct fuel_asm::InstructionResult [−][src]
pub struct InstructionResult { /* fields omitted */ }
Expand description
Describe a panic reason with the instruction that generated it
Implementations
Represents an error described by a reason and an instruction.
Underlying panic reason
Underlying instruction
This result represents success?
Trait Implementations
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 !=
.
Auto Trait Implementations
impl RefUnwindSafe for InstructionResult
impl Send for InstructionResult
impl Sync for InstructionResult
impl Unpin for InstructionResult
impl UnwindSafe for InstructionResult
Blanket Implementations
Mutably borrows from an owned value. Read more