Enum hyper::ffi::hyper_task_return_type[][src]

#[repr(C)]
pub enum hyper_task_return_type {
    HYPER_TASK_EMPTY,
    HYPER_TASK_ERROR,
    HYPER_TASK_CLIENTCONN,
    HYPER_TASK_RESPONSE,
    HYPER_TASK_BUF,
}
Expand description

A descriptor for what type a hyper_task value is.

Variants

HYPER_TASK_EMPTY

The value of this task is null (does not imply an error).

HYPER_TASK_ERROR

The value of this task is hyper_error *.

HYPER_TASK_CLIENTCONN

The value of this task is hyper_clientconn *.

HYPER_TASK_RESPONSE

The value of this task is hyper_response *.

HYPER_TASK_BUF

The value of this task is hyper_buf *.

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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

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.