Struct elastic_reqwest::sync::SyncBody [] [src]

pub struct SyncBody(_);

A type that can be converted into a request body.

Methods

impl SyncBody
[src]

[src]

Convert the body into its inner value.

Trait Implementations

impl From<Body> for SyncBody
[src]

[src]

Performs the conversion.

impl From<File> for SyncBody
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

impl From<String> for SyncBody
[src]

[src]

Performs the conversion.

impl From<Value> for SyncBody
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

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

[src]

Performs the conversion.