Struct parity_rpc::v1::DebugClient
source · [−]pub struct DebugClient<C> { /* private fields */ }
Expand description
Debug rpc implementation.
Implementations
sourceimpl<C> DebugClient<C>
impl<C> DebugClient<C>
Trait Implementations
sourceimpl<C: BlockChainClient + 'static> Debug for DebugClient<C>
impl<C: BlockChainClient + 'static> Debug for DebugClient<C>
sourcefn bad_blocks(&self) -> Result<Vec<Rich<Block>>>
fn bad_blocks(&self) -> Result<Vec<Rich<Block>>>
Returns recently seen bad blocks.
sourcefn to_delegate<M: Metadata>(self) -> IoDelegate<Self, M>
fn to_delegate<M: Metadata>(self) -> IoDelegate<Self, M>
Create an IoDelegate
, wiring rpc calls to the trait methods.
Auto Trait Implementations
impl<C> RefUnwindSafe for DebugClient<C> where
C: RefUnwindSafe,
impl<C> Send for DebugClient<C> where
C: Send + Sync,
impl<C> Sync for DebugClient<C> where
C: Send + Sync,
impl<C> Unpin for DebugClient<C>
impl<C> UnwindSafe for DebugClient<C> where
C: RefUnwindSafe,
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