Struct sozu_lib::parser::http11::RRequestLine [−][src]
Fields
method: String
uri: String
version: String
Methods
impl RRequestLine[src]
impl RRequestLinepub fn from_request_line(r: RequestLine) -> Option<RRequestLine>[src]
pub fn from_request_line(r: RequestLine) -> Option<RRequestLine>Trait Implementations
impl PartialEq for RRequestLine[src]
impl PartialEq for RRequestLinefn eq(&self, other: &RRequestLine) -> bool[src]
fn eq(&self, other: &RRequestLine) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RRequestLine) -> bool[src]
fn ne(&self, other: &RRequestLine) -> boolThis method tests for !=.
impl Debug for RRequestLine[src]
impl Debug for RRequestLinefn 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 RRequestLine[src]
impl Clone for RRequestLinefn clone(&self) -> RRequestLine[src]
fn clone(&self) -> RRequestLineReturns 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 RRequestLine
impl Send for RRequestLineimpl Sync for RRequestLine
impl Sync for RRequestLine