Struct bitcoin_indexed_chain::RpcHandlerImpl
source · pub struct RpcHandlerImpl { /* private fields */ }
Expand description
Trait Implementations§
source§impl Disconnect for RpcHandlerImpl
impl Disconnect for RpcHandlerImpl
source§fn disconnect(&mut self)
fn disconnect(&mut self)
| Disconnect the handler.
|
source§impl Drop for RpcHandlerImpl
impl Drop for RpcHandlerImpl
source§impl From<&RPCCommand> for RpcHandlerImpl
impl From<&RPCCommand> for RpcHandlerImpl
source§fn from(command: &RPCCommand) -> Self
fn from(command: &RPCCommand) -> Self
Converts to this type from the input type.
impl Handler for RpcHandlerImpl
Auto Trait Implementations§
impl RefUnwindSafe for RpcHandlerImpl
impl !Send for RpcHandlerImpl
impl !Sync for RpcHandlerImpl
impl Unpin for RpcHandlerImpl
impl UnwindSafe for RpcHandlerImpl
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more