Struct fibers_rpc::client::ClientServiceHandle [] [src]

pub struct ClientServiceHandle { /* fields omitted */ }

Handle of ClientService.

Methods

impl ClientServiceHandle
[src]

[src]

Returns the metrics of the client service.

Trait Implementations

impl Debug for ClientServiceHandle
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ClientServiceHandle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations