Searched defs:PathAndQuery (Results 1 – 3 of 3) sorted by relevance
12 pub struct PathAndQuery { struct19 impl PathAndQuery { impl278 impl<'a> TryFrom<&'a [u8]> for PathAndQuery { implementation286 impl<'a> TryFrom<&'a str> for PathAndQuery { implementation294 impl<'a> TryFrom<Vec<u8>> for PathAndQuery { implementation302 impl TryFrom<String> for PathAndQuery { implementation310 impl TryFrom<&String> for PathAndQuery { implementation318 impl FromStr for PathAndQuery { implementation326 impl fmt::Debug for PathAndQuery { implementation332 impl fmt::Display for PathAndQuery { implementation[all …]
396 pub fn path_and_query(&self) -> Option<&PathAndQuery> { in path_and_query()
208 path: PathAndQuery, in unary()227 path: PathAndQuery, in client_streaming()264 path: PathAndQuery, in server_streaming()283 path: PathAndQuery, in streaming()373 path: PathAndQuery, in prepare_request()