Struct bitcoin_cli::DefaultRequestHandler
source · pub struct DefaultRequestHandler {}
Expand description
| Process default single requests |
Trait Implementations§
source§impl BaseRequestHandler for DefaultRequestHandler
impl BaseRequestHandler for DefaultRequestHandler
fn prepare_request( &mut self, method: &str, args: &Vec<String> ) -> Result<UniValue, StdException>
fn process_reply(&mut self, reply: &UniValue) -> Result<UniValue, StdException>
source§impl Default for DefaultRequestHandler
impl Default for DefaultRequestHandler
source§fn default() -> DefaultRequestHandler
fn default() -> DefaultRequestHandler
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DefaultRequestHandler
impl Send for DefaultRequestHandler
impl Sync for DefaultRequestHandler
impl Unpin for DefaultRequestHandler
impl UnwindSafe for DefaultRequestHandler
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