Struct parity_rpc::v1::EthFilterClient
source · [−]pub struct EthFilterClient<C, M> { /* private fields */ }
Expand description
Eth filter rpc implementation for a full node.
Implementations
sourceimpl<C, M> EthFilterClient<C, M>
impl<C, M> EthFilterClient<C, M>
Auto Trait Implementations
impl<C, M> !RefUnwindSafe for EthFilterClient<C, M>
impl<C, M> Send for EthFilterClient<C, M> where
C: Send + Sync,
M: Send + Sync,
impl<C, M> Sync for EthFilterClient<C, M> where
C: Send + Sync,
M: Send + Sync,
impl<C, M> Unpin for EthFilterClient<C, M>
impl<C, M> !UnwindSafe for EthFilterClient<C, M>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more