Struct elastic_reqwest::async::AsyncBody [] [src]

pub struct AsyncBody(_);

A type that can be converted into a request body.

Methods

impl AsyncBody
[src]

[src]

Convert the body into its inner value.

Trait Implementations

impl From<Body> for AsyncBody
[src]

[src]

Performs the conversion.

impl From<Vec<u8>> for AsyncBody
[src]

[src]

Performs the conversion.

impl From<String> for AsyncBody
[src]

[src]

Performs the conversion.

impl From<Value> for AsyncBody
[src]

[src]

Performs the conversion.

impl From<&'static [u8]> for AsyncBody
[src]

[src]

Performs the conversion.

impl From<&'static str> for AsyncBody
[src]

[src]

Performs the conversion.