Struct gear_processor::common::ActorExecutionError
source · pub struct ActorExecutionError {
pub gas_amount: GasAmount,
pub reason: ActorExecutionErrorReplyReason,
}
Expand description
Actor execution error.
Fields§
§gas_amount: GasAmount
Gas amount of the execution.
reason: ActorExecutionErrorReplyReason
Error text.
Trait Implementations§
source§impl Debug for ActorExecutionError
impl Debug for ActorExecutionError
source§impl Display for ActorExecutionError
impl Display for ActorExecutionError
source§impl From<ActorExecutionError> for ExecutionError
impl From<ActorExecutionError> for ExecutionError
source§fn from(original: ActorExecutionError) -> ExecutionError
fn from(original: ActorExecutionError) -> ExecutionError
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ActorExecutionError
impl Send for ActorExecutionError
impl Sync for ActorExecutionError
impl Unpin for ActorExecutionError
impl UnwindSafe for ActorExecutionError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more