pub struct GenerateToAddressRequestHandler { /* private fields */ }Expand description
| Process RPC generatetoaddress request. |
Trait Implementations§
source§impl BaseRequestHandler for GenerateToAddressRequestHandler
impl BaseRequestHandler for GenerateToAddressRequestHandler
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 GenerateToAddressRequestHandler
impl Default for GenerateToAddressRequestHandler
source§fn default() -> GenerateToAddressRequestHandler
fn default() -> GenerateToAddressRequestHandler
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GenerateToAddressRequestHandler
impl Send for GenerateToAddressRequestHandler
impl Sync for GenerateToAddressRequestHandler
impl Unpin for GenerateToAddressRequestHandler
impl UnwindSafe for GenerateToAddressRequestHandler
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§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