Struct sozu_lib::parser::http11::RStatusLine [] [src]

pub struct RStatusLine {
    pub version: String,
    pub status: u16,
    pub reason: String,
}

Fields

Methods

impl RStatusLine
[src]

Trait Implementations

impl PartialEq for RStatusLine
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for RStatusLine
[src]

Formats the value using the given formatter.

impl Clone for RStatusLine
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more