[−][src]Struct fastcgi_client::Params
Fields
gateway_interface: &'a strrequest_method: &'a strscript_filename: &'a strscript_name: &'a strquery_string: &'a strrequest_uri: &'a strdocument_uri: &'a strserver_software: &'a strremote_addr: &'a strremote_port: &'a strserver_addr: &'a strserver_port: &'a strserver_name: &'a strserver_protocol: &'a strcontent_type: &'a strcontent_length: &'a strMethods
impl<'a> Params<'a>[src]
pub fn with(
request_method: &'a str,
script_name: &'a str,
query_string: &'a str,
request_uri: &'a str,
document_uri: &'a str,
remote_addr: &'a str,
remote_port: &'a str,
server_addr: &'a str,
server_port: &'a str,
server_name: &'a str,
content_type: &'a str,
content_length: &'a str
) -> Self[src]
request_method: &'a str,
script_name: &'a str,
query_string: &'a str,
request_uri: &'a str,
document_uri: &'a str,
remote_addr: &'a str,
remote_port: &'a str,
server_addr: &'a str,
server_port: &'a str,
server_name: &'a str,
content_type: &'a str,
content_length: &'a str
) -> Self
Trait Implementations
impl<'a> Into<HashMap<&'a str, &'a str, RandomState>> for Params<'a>[src]
impl<'a> Default for Params<'a>[src]
impl<'a> Debug for Params<'a>[src]
Auto Trait Implementations
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,