pub struct TransactionExecTraces(pub Vec<ExecTrace>);
Expand description
Represents all traces produced by a single transaction.
Tuple Fields§
§0: Vec<ExecTrace>
Implementations§
source§impl TransactionExecTraces
impl TransactionExecTraces
pub fn filter_space(self, space: Space) -> Self
Trait Implementations§
source§impl Clone for TransactionExecTraces
impl Clone for TransactionExecTraces
source§fn clone(&self) -> TransactionExecTraces
fn clone(&self) -> TransactionExecTraces
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 TransactionExecTraces
impl Debug for TransactionExecTraces
source§impl Decodable for TransactionExecTraces
impl Decodable for TransactionExecTraces
source§impl Encodable for TransactionExecTraces
impl Encodable for TransactionExecTraces
source§impl MallocSizeOf for TransactionExecTraces
impl MallocSizeOf for TransactionExecTraces
source§impl PartialEq for TransactionExecTraces
impl PartialEq for TransactionExecTraces
source§fn eq(&self, other: &TransactionExecTraces) -> bool
fn eq(&self, other: &TransactionExecTraces) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TransactionExecTraces
Auto Trait Implementations§
impl RefUnwindSafe for TransactionExecTraces
impl Send for TransactionExecTraces
impl Sync for TransactionExecTraces
impl Unpin for TransactionExecTraces
impl UnwindSafe for TransactionExecTraces
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