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> Load<'tlb> for SkippedComputePhase
impl<'tlb> Load<'tlb> 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 Store for SkippedComputePhase
impl Store for SkippedComputePhase
source§fn store_into(
&self,
__builder: &mut CellBuilder,
__finalizer: &mut dyn Finalizer
) -> Result<(), Error>
fn store_into( &self, __builder: &mut CellBuilder, __finalizer: &mut dyn Finalizer ) -> Result<(), Error>
Tries to store itself into the cell builder.
impl Copy for SkippedComputePhase
impl Eq for SkippedComputePhase
impl StructuralEq for SkippedComputePhase
impl StructuralPartialEq for SkippedComputePhase
Auto Trait Implementations§
impl RefUnwindSafe for SkippedComputePhase
impl Send for SkippedComputePhase
impl Sync for SkippedComputePhase
impl Unpin for SkippedComputePhase
impl UnwindSafe for SkippedComputePhase
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