Struct sozu_lib::parser::http11::RStatusLine [−][src]
Fields
version: String
status: u16
reason: String
Methods
impl RStatusLine[src]
impl RStatusLinepub fn from_status_line(r: StatusLine) -> Option<RStatusLine>[src]
pub fn from_status_line(r: StatusLine) -> Option<RStatusLine>Trait Implementations
impl PartialEq for RStatusLine[src]
impl PartialEq for RStatusLinefn eq(&self, other: &RStatusLine) -> bool[src]
fn eq(&self, other: &RStatusLine) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RStatusLine) -> bool[src]
fn ne(&self, other: &RStatusLine) -> boolThis method tests for !=.
impl Debug for RStatusLine[src]
impl Debug for RStatusLinefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for RStatusLine[src]
impl Clone for RStatusLinefn clone(&self) -> RStatusLine[src]
fn clone(&self) -> RStatusLineReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for RStatusLine
impl Send for RStatusLineimpl Sync for RStatusLine
impl Sync for RStatusLine