Struct diem_types::transaction::TransactionInfoV0 [−][src]
pub struct TransactionInfoV0 { /* fields omitted */ }Implementations
Trait Implementations
type Parameters = (<u64 as Arbitrary>::Parameters, <KeptVMStatus as Arbitrary>::Parameters, <HashValue as Arbitrary>::Parameters, <HashValue as Arbitrary>::Parameters, <HashValue as Arbitrary>::Parameters, <Option<HashValue> as Arbitrary>::Parameters)
type Parameters = (<u64 as Arbitrary>::Parameters, <KeptVMStatus as Arbitrary>::Parameters, <HashValue as Arbitrary>::Parameters, <HashValue as Arbitrary>::Parameters, <HashValue as Arbitrary>::Parameters, <Option<HashValue> 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<(<u64 as Arbitrary>::Strategy, <KeptVMStatus as Arbitrary>::Strategy, <HashValue as Arbitrary>::Strategy, <HashValue as Arbitrary>::Strategy, <HashValue as Arbitrary>::Strategy, <Option<HashValue> as Arbitrary>::Strategy), fn(_: (u64, KeptVMStatus, HashValue, HashValue, HashValue, Option<HashValue>)) -> Self>
type Strategy = Map<(<u64 as Arbitrary>::Strategy, <KeptVMStatus as Arbitrary>::Strategy, <HashValue as Arbitrary>::Strategy, <HashValue as Arbitrary>::Strategy, <HashValue as Arbitrary>::Strategy, <Option<HashValue> as Arbitrary>::Strategy), fn(_: (u64, KeptVMStatus, HashValue, HashValue, HashValue, Option<HashValue>)) -> Self>
type Hasher = TransactionInfoV0Hasher
type Hasher = TransactionInfoV0Hasher
The associated Hasher type which comes with a unique salt for this type.
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 TransactionInfoV0
impl Send for TransactionInfoV0
impl Sync for TransactionInfoV0
impl Unpin for TransactionInfoV0
impl UnwindSafe for TransactionInfoV0
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.