Struct elastic::client::AsyncSender [] [src]

pub struct AsyncSender { /* fields omitted */ }

An asynchronous request sender.

Trait Implementations

impl Clone for AsyncSender
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Sender for AsyncSender
[src]

The kind of request body this sender accepts.

The kind of response this sender produces.

[src]

Send a request.

Auto Trait Implementations

impl !Send for AsyncSender

impl !Sync for AsyncSender