pub struct BTMinerRPCAPI { /* private fields */ }Implementations§
Trait Implementations§
Source§impl APIClient for BTMinerRPCAPI
impl APIClient for BTMinerRPCAPI
fn get_api_result<'life0, 'life1, 'async_trait>(
&'life0 self,
command: &'life1 MinerCommand,
) -> Pin<Box<dyn Future<Output = Result<Value>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
Source§impl Debug for BTMinerRPCAPI
impl Debug for BTMinerRPCAPI
Source§impl RPCAPIClient for BTMinerRPCAPI
impl RPCAPIClient for BTMinerRPCAPI
Auto Trait Implementations§
impl Freeze for BTMinerRPCAPI
impl RefUnwindSafe for BTMinerRPCAPI
impl Send for BTMinerRPCAPI
impl Sync for BTMinerRPCAPI
impl Unpin for BTMinerRPCAPI
impl UnwindSafe for BTMinerRPCAPI
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more