Struct everscale_types::models::transaction::SkippedComputePhase
source · pub struct SkippedComputePhase {
pub reason: ComputePhaseSkipReason,
}Expand description
Skipped compute phase info.
Fields§
§reason: ComputePhaseSkipReasonThe reason this step was skipped.
Trait Implementations§
source§impl Clone for SkippedComputePhase
impl Clone for SkippedComputePhase
source§fn clone(&self) -> SkippedComputePhase
fn clone(&self) -> SkippedComputePhase
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SkippedComputePhase
impl Debug for SkippedComputePhase
source§impl<'tlb, C: CellFamily> Load<'tlb, C> for SkippedComputePhase
impl<'tlb, C: CellFamily> Load<'tlb, C> for SkippedComputePhase
source§impl PartialEq<SkippedComputePhase> for SkippedComputePhase
impl PartialEq<SkippedComputePhase> for SkippedComputePhase
source§fn eq(&self, other: &SkippedComputePhase) -> bool
fn eq(&self, other: &SkippedComputePhase) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<C: CellFamily> Store<C> for SkippedComputePhase
impl<C: CellFamily> Store<C> for SkippedComputePhase
source§fn store_into(
&self,
__builder: &mut CellBuilder<C>,
__finalizer: &mut dyn Finalizer<C>
) -> bool
fn store_into( &self, __builder: &mut CellBuilder<C>, __finalizer: &mut dyn Finalizer<C> ) -> bool
Tries to store itself into the cell builder.