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