Struct sozu_lib::parser::http11::RStatusLine
[−]
[src]
pub struct RStatusLine {
pub version: String,
pub status: u16,
pub reason: String,
}Fields
version: String
status: u16
reason: String
Methods
impl RStatusLine[src]
fn from_status_line(r: StatusLine) -> Option<RStatusLine>
Trait Implementations
impl PartialEq for RStatusLine[src]
fn eq(&self, __arg_0: &RStatusLine) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &RStatusLine) -> bool
This method tests for !=.
impl Debug for RStatusLine[src]
impl Clone for RStatusLine[src]
fn clone(&self) -> RStatusLine
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more