pub struct DefaultJsonRpcClientFactory;Implementations§
Trait Implementations§
Source§impl Clone for DefaultJsonRpcClientFactory
impl Clone for DefaultJsonRpcClientFactory
Source§fn clone(&self) -> DefaultJsonRpcClientFactory
fn clone(&self) -> DefaultJsonRpcClientFactory
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DefaultJsonRpcClientFactory
impl Debug for DefaultJsonRpcClientFactory
Source§impl Default for DefaultJsonRpcClientFactory
impl Default for DefaultJsonRpcClientFactory
Source§fn default() -> DefaultJsonRpcClientFactory
fn default() -> DefaultJsonRpcClientFactory
Returns the “default value” for a type. Read more
Source§impl JsonRpcClientFactory for DefaultJsonRpcClientFactory
impl JsonRpcClientFactory for DefaultJsonRpcClientFactory
fn create_client<'a>( &'a self, target: &'a TransportTarget, ) -> JsonRpcClientFactoryFuture<'a, Result<Arc<dyn JsonRpcClient<Error = TransportError>>, TransportError>>
impl Copy for DefaultJsonRpcClientFactory
Auto Trait Implementations§
impl Freeze for DefaultJsonRpcClientFactory
impl RefUnwindSafe for DefaultJsonRpcClientFactory
impl Send for DefaultJsonRpcClientFactory
impl Sync for DefaultJsonRpcClientFactory
impl Unpin for DefaultJsonRpcClientFactory
impl UnsafeUnpin for DefaultJsonRpcClientFactory
impl UnwindSafe for DefaultJsonRpcClientFactory
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