Struct everscale_types::models::transaction::ExecutedBouncePhase
source · pub struct ExecutedBouncePhase {
pub msg_size: StorageUsedShort,
pub msg_fees: Tokens,
pub fwd_fees: Tokens,
}Expand description
Executed bounce phase info.
Fields§
§msg_size: StorageUsedShortThe total number of unique cells (bits / refs) of the bounced message.
msg_fees: TokensThe part of fees which fo to the validators.
fwd_fees: TokensMessage forwarding fee.
Trait Implementations§
source§impl Clone for ExecutedBouncePhase
impl Clone for ExecutedBouncePhase
source§fn clone(&self) -> ExecutedBouncePhase
fn clone(&self) -> ExecutedBouncePhase
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 ExecutedBouncePhase
impl Debug for ExecutedBouncePhase
source§impl<'tlb> Load<'tlb> for ExecutedBouncePhase
impl<'tlb> Load<'tlb> for ExecutedBouncePhase
source§impl PartialEq<ExecutedBouncePhase> for ExecutedBouncePhase
impl PartialEq<ExecutedBouncePhase> for ExecutedBouncePhase
source§fn eq(&self, other: &ExecutedBouncePhase) -> bool
fn eq(&self, other: &ExecutedBouncePhase) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Store for ExecutedBouncePhase
impl Store for ExecutedBouncePhase
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 Eq for ExecutedBouncePhase
impl StructuralEq for ExecutedBouncePhase
impl StructuralPartialEq for ExecutedBouncePhase
Auto Trait Implementations§
impl RefUnwindSafe for ExecutedBouncePhase
impl Send for ExecutedBouncePhase
impl Sync for ExecutedBouncePhase
impl Unpin for ExecutedBouncePhase
impl UnwindSafe for ExecutedBouncePhase
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