Struct eest_types::TxPartIndices
source · pub struct TxPartIndices {
pub data: usize,
pub gas: usize,
pub value: usize,
}
Expand description
Transaction part indices.
Fields§
§data: usize
§gas: usize
§value: usize
Trait Implementations§
source§impl Debug for TxPartIndices
impl Debug for TxPartIndices
source§impl<'de> Deserialize<'de> for TxPartIndices
impl<'de> Deserialize<'de> for TxPartIndices
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 TxPartIndices
impl PartialEq for TxPartIndices
source§fn eq(&self, other: &TxPartIndices) -> bool
fn eq(&self, other: &TxPartIndices) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TxPartIndices
impl Serialize for TxPartIndices
impl Eq for TxPartIndices
impl StructuralPartialEq for TxPartIndices
Auto Trait Implementations§
impl Freeze for TxPartIndices
impl RefUnwindSafe for TxPartIndices
impl Send for TxPartIndices
impl Sync for TxPartIndices
impl Unpin for TxPartIndices
impl UnwindSafe for TxPartIndices
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.