pub struct SimulationTransactionExecTrace {
pub other: Value,
}
Fields§
§other: Value
Trait Implementations§
Source§impl Clone for SimulationTransactionExecTrace
impl Clone for SimulationTransactionExecTrace
Source§fn clone(&self) -> SimulationTransactionExecTrace
fn clone(&self) -> SimulationTransactionExecTrace
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 Default for SimulationTransactionExecTrace
impl Default for SimulationTransactionExecTrace
Source§fn default() -> SimulationTransactionExecTrace
fn default() -> SimulationTransactionExecTrace
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SimulationTransactionExecTrace
impl<'de> Deserialize<'de> for SimulationTransactionExecTrace
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 SimulationTransactionExecTrace
impl PartialEq for SimulationTransactionExecTrace
Source§fn eq(&self, other: &SimulationTransactionExecTrace) -> bool
fn eq(&self, other: &SimulationTransactionExecTrace) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SimulationTransactionExecTrace
Auto Trait Implementations§
impl Freeze for SimulationTransactionExecTrace
impl RefUnwindSafe for SimulationTransactionExecTrace
impl Send for SimulationTransactionExecTrace
impl Sync for SimulationTransactionExecTrace
impl Unpin for SimulationTransactionExecTrace
impl UnwindSafe for SimulationTransactionExecTrace
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