pub struct Response<'a> { /* private fields */ }
Expand description

A buffer for constructing an initial response.

This object is created by calling the create_response() method on a Request.

Dropping this object will not send the response; it must be manually sent with the Response::send() method.

Implementations

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.