pub struct BigBlockData<ExecutionData> {
pub env_switches: Vec<ExecutionData>,
pub prior_block_hashes: Vec<(u64, B256)>,
pub block_number: u64,
pub merged_block_access_list: Option<Bytes>,
}Expand description
Big-block execution data accepted by reth_newPayload.
Fields§
§env_switches: Vec<ExecutionData>Execution data for each constituent environment in the big block.
prior_block_hashes: Vec<(u64, B256)>Block numbers and hashes preceding the big block.
block_number: u64Number of the big block.
merged_block_access_list: Option<Bytes>Optional merged block access list.
Implementations§
Source§impl<ExecutionData> BigBlockData<ExecutionData>
impl<ExecutionData> BigBlockData<ExecutionData>
Trait Implementations§
Source§impl<ExecutionData: Clone> Clone for BigBlockData<ExecutionData>
impl<ExecutionData: Clone> Clone for BigBlockData<ExecutionData>
Source§fn clone(&self) -> BigBlockData<ExecutionData>
fn clone(&self) -> BigBlockData<ExecutionData>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<ExecutionData: Debug> Debug for BigBlockData<ExecutionData>
impl<ExecutionData: Debug> Debug for BigBlockData<ExecutionData>
Source§impl<'de, ExecutionData> Deserialize<'de> for BigBlockData<ExecutionData>where
ExecutionData: Deserialize<'de>,
impl<'de, ExecutionData> Deserialize<'de> for BigBlockData<ExecutionData>where
ExecutionData: Deserialize<'de>,
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
impl<ExecutionData: Eq> Eq for BigBlockData<ExecutionData>
Source§impl<ExecutionData: PartialEq> PartialEq for BigBlockData<ExecutionData>
impl<ExecutionData: PartialEq> PartialEq for BigBlockData<ExecutionData>
Source§impl<ExecutionData> Serialize for BigBlockData<ExecutionData>where
ExecutionData: Serialize,
impl<ExecutionData> Serialize for BigBlockData<ExecutionData>where
ExecutionData: Serialize,
impl<ExecutionData: PartialEq> StructuralPartialEq for BigBlockData<ExecutionData>
Auto Trait Implementations§
impl<ExecutionData> !Freeze for BigBlockData<ExecutionData>
impl<ExecutionData> RefUnwindSafe for BigBlockData<ExecutionData>where
ExecutionData: RefUnwindSafe,
impl<ExecutionData> Send for BigBlockData<ExecutionData>where
ExecutionData: Send,
impl<ExecutionData> Sync for BigBlockData<ExecutionData>where
ExecutionData: Sync,
impl<ExecutionData> Unpin for BigBlockData<ExecutionData>where
ExecutionData: Unpin,
impl<ExecutionData> UnsafeUnpin for BigBlockData<ExecutionData>
impl<ExecutionData> UnwindSafe for BigBlockData<ExecutionData>where
ExecutionData: UnwindSafe,
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
impl<'de, T> BorrowedRpcObject<'de> for T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreimpl<'de, T> RpcBorrow<'de> for T
impl<T> RpcObject for T
impl<T> RpcRecv for T
impl<T> RpcSend for T
Source§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
Source§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> ⓘ
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> ⓘ
Source§fn with_current_subscriber(self) -> WithDispatch<Self> ⓘ
fn with_current_subscriber(self) -> WithDispatch<Self> ⓘ
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 88 bytes