Enum ethers_providers::FilterKind [−][src]
pub enum FilterKind<'a> {
Logs(&'a Filter),
NewBlocks,
PendingTransactions,
}Expand description
Types of filters supported by the JSON-RPC.
Variants
Logs(&'a Filter)
Tuple Fields
0: &'a Filtereth_newBlockFilter
NewBlocks
eth_newBlockFilter filter
PendingTransactions
eth_newPendingTransactionFilter filter
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for FilterKind<'a>
impl<'a> Send for FilterKind<'a>
impl<'a> Sync for FilterKind<'a>
impl<'a> Unpin for FilterKind<'a>
impl<'a> UnwindSafe for FilterKind<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more