Struct htrpc::pool::RpcClientPoolHandle [] [src]

pub struct RpcClientPoolHandle { /* fields omitted */ }

A handle for RpcClientPool.

Methods

impl RpcClientPoolHandle
[src]

[src]

Acquires a RPC client from the pool.

If there is no avaialable pooled client, new client will be created.

Trait Implementations

impl Debug for RpcClientPoolHandle
[src]

[src]

Formats the value using the given formatter.

impl Clone for RpcClientPoolHandle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more