pub struct StacksTransactionExecutionCost {
pub write_length: u64,
pub write_count: u64,
pub read_length: u64,
pub read_count: u64,
pub runtime: u64,
}Fields§
§write_length: u64§write_count: u64§read_length: u64§read_count: u64§runtime: u64Trait Implementations§
source§impl Clone for StacksTransactionExecutionCost
impl Clone for StacksTransactionExecutionCost
source§fn clone(&self) -> StacksTransactionExecutionCost
fn clone(&self) -> StacksTransactionExecutionCost
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<'de> Deserialize<'de> for StacksTransactionExecutionCost
impl<'de> Deserialize<'de> for StacksTransactionExecutionCost
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<StacksTransactionExecutionCost> for StacksTransactionExecutionCost
impl PartialEq<StacksTransactionExecutionCost> for StacksTransactionExecutionCost
source§fn eq(&self, other: &StacksTransactionExecutionCost) -> bool
fn eq(&self, other: &StacksTransactionExecutionCost) -> bool
This method tests for
self and other values to be equal, and is used
by ==.