Searched refs:IntoClientRequest (Results 1 – 3 of 3) sorted by relevance
44 pub fn connect_with_config<Req: IntoClientRequest>( in connect_with_config()125 pub fn connect<Req: IntoClientRequest>( in connect()166 Req: IntoClientRequest, in client_with_config() argument182 Req: IntoClientRequest, in client() argument195 pub trait IntoClientRequest { trait200 impl<'a> IntoClientRequest for &'a str { impl206 impl<'a> IntoClientRequest for &'a String { impl208 <&str as IntoClientRequest>::into_client_request(self) in into_client_request()212 impl IntoClientRequest for String {214 <&str as IntoClientRequest>::into_client_request(&self) in into_client_request()[all …]
5 client::{client_with_config, uri_mode, IntoClientRequest},168 R: IntoClientRequest, in client_tls() argument186 R: IntoClientRequest, in client_tls_with_config() argument
325 use crate::client::IntoClientRequest;