pub struct Line {
pub method: Method,
pub protocol: Protocol,
pub raw: String,
pub request_uri: String,
pub request_uri_base: String,
pub query_arguments: HashMap<String, String>,
pub query_string: String,
}Fields§
§method: Method§protocol: Protocol§raw: String§request_uri: String§request_uri_base: String§query_arguments: HashMap<String, String>§query_string: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Line
impl RefUnwindSafe for Line
impl Send for Line
impl Sync for Line
impl Unpin for Line
impl UnwindSafe for Line
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more