pub struct ActionPhaseFull {
pub action_phase: ActionPhase,
pub action_fine: Tokens,
pub state_exceeds_limits: bool,
pub bounce: bool,
}Expand description
Executed action phase with additional info.
Fields§
§action_phase: ActionPhaseResulting action phase.
action_fine: TokensAdditional fee in case of failure.
state_exceeds_limits: boolWhether state can’t be updated due to limits.
bounce: boolWhether bounce phase is required.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActionPhaseFull
impl RefUnwindSafe for ActionPhaseFull
impl Send for ActionPhaseFull
impl Sync for ActionPhaseFull
impl Unpin for ActionPhaseFull
impl UnwindSafe for ActionPhaseFull
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