Searched defs:Method (Results 1 – 7 of 7) sorted by relevance
47 impl From<http::Method> for Method { implementation53 impl From<&http::Method> for Method { implementation79 impl TryFrom<Method> for http::Method { implementation87 impl TryFrom<&Method> for http::Method { implementation
54 method: Method, in new()
49 impl From<http::Method> for types::Method { implementation75 impl TryInto<http::Method> for types::Method { implementation78 fn try_into(self) -> Result<http::Method, Self::Error> { in try_into()
169 fn method(&mut self, id: Resource<HostIncomingRequest>) -> wasmtime::Result<Method> { in method()281 ) -> wasmtime::Result<Method> { in method()288 method: Method, in set_method()
38 method: types::Method, in request()
34 method: http_types::Method, in request()
386 fn get_method(&mut self, req: Resource<Request>) -> wasmtime::Result<Method> { in get_method()394 method: Method, in set_method()