Struct pen::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. Read more

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.

Auto Trait Implementations

impl Send for Response

impl !Sync for Response