Home
last modified time | relevance | path

Searched defs:PathAndQuery (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/http/src/uri/
Dpath.rs12 pub struct PathAndQuery { struct
19 impl PathAndQuery { impl
278 impl<'a> TryFrom<&'a [u8]> for PathAndQuery { implementation
286 impl<'a> TryFrom<&'a str> for PathAndQuery { implementation
294 impl<'a> TryFrom<Vec<u8>> for PathAndQuery { implementation
302 impl TryFrom<String> for PathAndQuery { implementation
310 impl TryFrom<&String> for PathAndQuery { implementation
318 impl FromStr for PathAndQuery { implementation
326 impl fmt::Debug for PathAndQuery { implementation
332 impl fmt::Display for PathAndQuery { implementation
[all …]
Dmod.rs396 pub fn path_and_query(&self) -> Option<&PathAndQuery> { in path_and_query()
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/client/
Dgrpc.rs208 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()