Struct sozu_lib::parser::http11::StatusLine
[−]
[src]
pub struct StatusLine<'a> { pub version: [&'a [u8]; 2], pub status: &'a [u8], pub reason: &'a [u8], }
Fields
version: [&'a [u8]; 2]
status: &'a [u8]
reason: &'a [u8]
Trait Implementations
impl<'a> PartialEq for StatusLine<'a>
[src]
fn eq(&self, __arg_0: &StatusLine<'a>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &StatusLine<'a>) -> bool
This method tests for !=
.