Enum diem_types::transaction::TransactionInfo [−][src]
pub enum TransactionInfo {
V0(TransactionInfoV0),
}Expand description
TransactionInfo is the object we store in the transaction accumulator. It consists of the
transaction as well as the execution result of this transaction.
Variants
Tuple Fields of V0
Implementations
Methods from Deref<Target = TransactionInfoV0>
Trait Implementations
type Parameters = <TransactionInfoV0 as Arbitrary>::Parameters
type Parameters = <TransactionInfoV0 as Arbitrary>::Parameters
The type of parameters that arbitrary_with accepts for configuration
of the generated Strategy. Parameters must implement Default. Read more
type Strategy = Map<<TransactionInfoV0 as Arbitrary>::Strategy, fn(_: TransactionInfoV0) -> Self>
type Strategy = Map<<TransactionInfoV0 as Arbitrary>::Strategy, fn(_: TransactionInfoV0) -> Self>
type Hasher = TransactionInfoHasher
type Hasher = TransactionInfoHasher
The associated Hasher type which comes with a unique salt for this type.
type Target = TransactionInfoV0
type Target = TransactionInfoV0
The resulting type after dereferencing.
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TransactionInfo
impl Send for TransactionInfo
impl Sync for TransactionInfo
impl Unpin for TransactionInfo
impl UnwindSafe for TransactionInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
type Output = T
type Output = T
Should always be Self
Generates a hash used only for tests.