Struct tsukuyomi::local::RequestBody[][src]

pub struct RequestBody(_);

Trait Implementations

impl Debug for RequestBody
[src]

Formats the value using the given formatter. Read more

impl Default for RequestBody
[src]

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

impl From<()> for RequestBody
[src]

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

impl From<String> for RequestBody
[src]

Performs the conversion.

impl From<Cow<'static, str>> for RequestBody
[src]

Performs the conversion.

impl From<Cow<'static, [u8]>> for RequestBody
[src]

Performs the conversion.

impl From<Bytes> for RequestBody
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for RequestBody

impl !Sync for RequestBody