Struct fc_api::backend::FilteredLog
source · pub struct FilteredLog<Block: BlockT> {
pub substrate_block_hash: Block::Hash,
pub ethereum_block_hash: H256,
pub block_number: u32,
pub ethereum_storage_schema: EthereumStorageSchema,
pub transaction_index: u32,
pub log_index: u32,
}
Fields§
§substrate_block_hash: Block::Hash
§ethereum_block_hash: H256
§block_number: u32
§ethereum_storage_schema: EthereumStorageSchema
§transaction_index: u32
§log_index: u32
Trait Implementations§
source§impl<Block: PartialEq + BlockT> PartialEq for FilteredLog<Block>where
Block::Hash: PartialEq,
impl<Block: PartialEq + BlockT> PartialEq for FilteredLog<Block>where
Block::Hash: PartialEq,
source§fn eq(&self, other: &FilteredLog<Block>) -> bool
fn eq(&self, other: &FilteredLog<Block>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<Block: Eq + BlockT> Eq for FilteredLog<Block>where
Block::Hash: Eq,
impl<Block: BlockT> StructuralEq for FilteredLog<Block>
impl<Block: BlockT> StructuralPartialEq for FilteredLog<Block>
Auto Trait Implementations§
impl<Block> RefUnwindSafe for FilteredLog<Block>where
<Block as Block>::Hash: RefUnwindSafe,
impl<Block> Send for FilteredLog<Block>
impl<Block> Sync for FilteredLog<Block>
impl<Block> Unpin for FilteredLog<Block>where
<Block as Block>::Hash: Unpin,
impl<Block> UnwindSafe for FilteredLog<Block>where
<Block as Block>::Hash: 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<T> CheckedConversion for T
impl<T> CheckedConversion for T
§fn checked_from<T>(t: T) -> Option<Self>where
Self: TryFrom<T>,
fn checked_from<T>(t: T) -> Option<Self>where
Self: TryFrom<T>,
§fn checked_into<T>(self) -> Option<T>where
Self: TryInto<T>,
fn checked_into<T>(self) -> Option<T>where
Self: TryInto<T>,
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.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
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>
§impl<T, Outer> IsWrappedBy<Outer> for T
impl<T, Outer> IsWrappedBy<Outer> for T
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
§fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
§fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
Consume self to return an equivalent value of
T
. Read more§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
The counterpart to
unchecked_from
.§impl<T, S> UniqueSaturatedInto<T> for S
impl<T, S> UniqueSaturatedInto<T> for S
§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T
.