Enum async_fcgi::fastcgi::Body[][src]

pub enum Body {
    BeginRequest(BeginRequestBody),
    EndRequest(EndRequestBody),
    UnknownType(UnknownTypeBody),
    Params(NVBody),
    StdIn(Bytes),
    StdErr(Bytes),
    StdOut(Bytes),
    Abort,
    GetValues(NVBody),
    GetValuesResult(NVBody),
}

Variants

BeginRequest(BeginRequestBody)

Tuple Fields

EndRequest(EndRequestBody)

Tuple Fields

UnknownType(UnknownTypeBody)

Tuple Fields

Params(NVBody)

Tuple Fields

0: NVBody

StdIn(Bytes)

Tuple Fields

0: Bytes

StdErr(Bytes)

Tuple Fields

0: Bytes

StdOut(Bytes)

Tuple Fields

0: Bytes

Abort

GetValues(NVBody)

Tuple Fields

0: NVBody

GetValuesResult(NVBody)

Tuple Fields

0: NVBody

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.