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 for StacksTransactionExecutionCost
impl PartialEq 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 ==.impl StructuralPartialEq for StacksTransactionExecutionCost
Auto Trait Implementations§
impl Freeze for StacksTransactionExecutionCost
impl RefUnwindSafe for StacksTransactionExecutionCost
impl Send for StacksTransactionExecutionCost
impl Sync for StacksTransactionExecutionCost
impl Unpin for StacksTransactionExecutionCost
impl UnwindSafe for StacksTransactionExecutionCost
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