Struct light_pencil::wrappers::Response [] [src]

pub struct Response {
    pub status_code: u16,
    pub headers: Headers,
    pub body: Option<Box<BodyWrite>>,
}

Fields

Methods

impl Response
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Response
[src]

[src]

Formats the value using the given formatter.

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

[src]

Performs the conversion.

impl<'a> From<&'a [u8]> for Response
[src]

[src]

Performs the conversion.

impl<'a> From<&'a str> for Response
[src]

[src]

Performs the conversion.

impl From<String> for Response
[src]

[src]

Performs the conversion.

impl From<File> for Response
[src]

[src]

Performs the conversion.