pub struct JsonRpcClient { /* private fields */ }Expand description
JSON-RPC HTTP client (async; matches the SDK’s tokio/hyper stack).
Implementations§
Trait Implementations§
Source§impl Clone for JsonRpcClient
impl Clone for JsonRpcClient
Auto Trait Implementations§
impl Freeze for JsonRpcClient
impl RefUnwindSafe for JsonRpcClient
impl Send for JsonRpcClient
impl Sync for JsonRpcClient
impl Unpin for JsonRpcClient
impl UnsafeUnpin for JsonRpcClient
impl UnwindSafe for JsonRpcClient
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