Struct finchers::request::Body [] [src]

pub struct Body { /* fields omitted */ }

The instance of request body.

Trait Implementations

impl Default for Body
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Body
[src]

[src]

Formats the value using the given formatter.

impl From<Body> for Body
[src]

[src]

Performs the conversion.

impl<T: FromBody> Into<ParseBody<T>> for Body
[src]

[src]

Performs the conversion.