Struct sozu_lib::parser::http11::StatusLine [−][src]
Fields
version: Version
status: &'a [u8]
reason: &'a [u8]
Trait Implementations
impl<'a> PartialEq for StatusLine<'a>[src]
impl<'a> PartialEq for StatusLine<'a>fn eq(&self, other: &StatusLine<'a>) -> bool[src]
fn eq(&self, other: &StatusLine<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &StatusLine<'a>) -> bool[src]
fn ne(&self, other: &StatusLine<'a>) -> boolThis method tests for !=.
impl<'a> Debug for StatusLine<'a>[src]
impl<'a> Debug for StatusLine<'a>Auto Trait Implementations
impl<'a> Send for StatusLine<'a>
impl<'a> Send for StatusLine<'a>impl<'a> Sync for StatusLine<'a>
impl<'a> Sync for StatusLine<'a>