mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
8 lines
32 KiB
HTML
8 lines
32 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `HttpServiceFactory` trait in crate `actix_web`."><title>HttpServiceFactory in actix_web::dev - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-dd39b87e5fcfba68.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="actix_web" data-themes="" data-resource-suffix="" data-rustdoc-version="1.80.0-nightly (bdbbb6c6a 2024-05-26)" data-channel="nightly" data-search-js="search-d52510db62a78183.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../static.files/storage-118b08c4c78b968e.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-20a3ad099b048cf2.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-df360f571f6edeae.css"></noscript><link rel="icon" href="https://actix.rs/favicon.ico"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button><a class="logo-container" href="../../actix_web/index.html"><img src="https://actix.rs/img/logo.png" alt=""></a></nav><nav class="sidebar"><div class="sidebar-crate"><a class="logo-container" href="../../actix_web/index.html"><img src="https://actix.rs/img/logo.png" alt="logo"></a><h2><a href="../../actix_web/index.html">actix_web</a><span class="version">4.6.0</span></h2></div><h2 class="location"><a href="#">HttpServiceFactory</a></h2><div class="sidebar-elems"><section><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.register">register</a></li></ul><h3><a href="#foreign-impls">Implementations on Foreign Types</a></h3><ul class="block"><li><a href="#impl-HttpServiceFactory-for-(A,+B)">(A, B)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C)">(A, B, C)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D)">(A, B, C, D)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E)">(A, B, C, D, E)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F)">(A, B, C, D, E, F)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G)">(A, B, C, D, E, F, G)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H)">(A, B, C, D, E, F, G, H)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H,+I)">(A, B, C, D, E, F, G, H, I)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J)">(A, B, C, D, E, F, G, H, I, J)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K)">(A, B, C, D, E, F, G, H, I, J, K)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K,+L)">(A, B, C, D, E, F, G, H, I, J, K, L)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,)">(A,)</a></li><li><a href="#impl-HttpServiceFactory-for-Vec%3CT%3E">Vec<T></a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><h2><a href="index.html">In actix_web::dev</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Trait <a href="../index.html">actix_web</a>::<wbr><a href="index.html">dev</a>::<wbr><a class="trait" href="#">HttpServiceFactory</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../../src/actix_web/service.rs.html#34-36">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><pre class="rust item-decl"><code>pub trait HttpServiceFactory {
|
|
// Required method
|
|
fn <a href="#tymethod.register" class="fn">register</a>(self, config: &mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>);
|
|
}</code></pre><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.register" class="method"><a class="src rightside" href="../../src/actix_web/service.rs.html#35">source</a><h4 class="code-header">fn <a href="#tymethod.register" class="fn">register</a>(self, config: &mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>)</h4></section></div><h2 id="foreign-impls" class="section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-HttpServiceFactory-for-(A,)" class="impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#681">source</a><a href="#impl-HttpServiceFactory-for-(A,)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>> <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(A,)</a></h3></section></summary><div class="impl-items"><section id="method.register" class="method trait-impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#681">source</a><a href="#method.register" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.register" class="fn">register</a>(self, config: &mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>)</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-HttpServiceFactory-for-(A,+B)" class="impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#682">source</a><a href="#impl-HttpServiceFactory-for-(A,+B)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, B: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>> <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(A, B)</a></h3></section></summary><div class="impl-items"><section id="method.register-1" class="method trait-impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#682">source</a><a href="#method.register-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.register" class="fn">register</a>(self, config: &mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>)</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-HttpServiceFactory-for-(A,+B,+C)" class="impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#683">source</a><a href="#impl-HttpServiceFactory-for-(A,+B,+C)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, B: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, C: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>> <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(A, B, C)</a></h3></section></summary><div class="impl-items"><section id="method.register-2" class="method trait-impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#683">source</a><a href="#method.register-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.register" class="fn">register</a>(self, config: &mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>)</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-HttpServiceFactory-for-(A,+B,+C,+D)" class="impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#684">source</a><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, B: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, C: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, D: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>> <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(A, B, C, D)</a></h3></section></summary><div class="impl-items"><section id="method.register-3" class="method trait-impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#684">source</a><a href="#method.register-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.register" class="fn">register</a>(self, config: &mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>)</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-HttpServiceFactory-for-(A,+B,+C,+D,+E)" class="impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#685">source</a><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, B: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, C: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, D: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, E: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>> <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(A, B, C, D, E)</a></h3></section></summary><div class="impl-items"><section id="method.register-4" class="method trait-impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#685">source</a><a href="#method.register-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.register" class="fn">register</a>(self, config: &mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>)</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F)" class="impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#686">source</a><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, B: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, C: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, D: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, E: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, F: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>> <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(A, B, C, D, E, F)</a></h3></section></summary><div class="impl-items"><section id="method.register-5" class="method trait-impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#686">source</a><a href="#method.register-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.register" class="fn">register</a>(self, config: &mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>)</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G)" class="impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#687">source</a><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, B: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, C: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, D: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, E: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, F: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, G: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>> <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(A, B, C, D, E, F, G)</a></h3></section></summary><div class="impl-items"><section id="method.register-6" class="method trait-impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#687">source</a><a href="#method.register-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.register" class="fn">register</a>(self, config: &mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>)</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H)" class="impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#688">source</a><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, B: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, C: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, D: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, E: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, F: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, G: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, H: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>> <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(A, B, C, D, E, F, G, H)</a></h3></section></summary><div class="impl-items"><section id="method.register-7" class="method trait-impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#688">source</a><a href="#method.register-7" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.register" class="fn">register</a>(self, config: &mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>)</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H,+I)" class="impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#689">source</a><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H,+I)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, B: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, C: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, D: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, E: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, F: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, G: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, H: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, I: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>> <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(A, B, C, D, E, F, G, H, I)</a></h3></section></summary><div class="impl-items"><section id="method.register-8" class="method trait-impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#689">source</a><a href="#method.register-8" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.register" class="fn">register</a>(self, config: &mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>)</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J)" class="impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#690">source</a><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, B: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, C: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, D: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, E: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, F: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, G: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, H: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, I: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, J: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>> <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(A, B, C, D, E, F, G, H, I, J)</a></h3></section></summary><div class="impl-items"><section id="method.register-9" class="method trait-impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#690">source</a><a href="#method.register-9" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.register" class="fn">register</a>(self, config: &mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>)</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K)" class="impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#691">source</a><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, B: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, C: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, D: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, E: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, F: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, G: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, H: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, I: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, J: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, K: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>> <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(A, B, C, D, E, F, G, H, I, J, K)</a></h3></section></summary><div class="impl-items"><section id="method.register-10" class="method trait-impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#691">source</a><a href="#method.register-10" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.register" class="fn">register</a>(self, config: &mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>)</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K,+L)" class="impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#692">source</a><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K,+L)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, B: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, C: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, D: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, E: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, F: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, G: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, H: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, I: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, J: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, K: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, L: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>> <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(A, B, C, D, E, F, G, H, I, J, K, L)</a></h3></section></summary><div class="impl-items"><section id="method.register-11" class="method trait-impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#692">source</a><a href="#method.register-11" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.register" class="fn">register</a>(self, config: &mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>)</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-HttpServiceFactory-for-Vec%3CT%3E" class="impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#38-43">source</a><a href="#impl-HttpServiceFactory-for-Vec%3CT%3E" class="anchor">§</a><h3 class="code-header">impl<T: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>> <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><T></h3></section></summary><div class="impl-items"><section id="method.register-12" class="method trait-impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#39-42">source</a><a href="#method.register-12" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.register" class="fn">register</a>(self, config: &mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>)</h4></section></div></details><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-HttpServiceFactory-for-Redirect" class="impl"><a class="src rightside" href="../../src/actix_web/redirect.rs.html#150-161">source</a><a href="#impl-HttpServiceFactory-for-Redirect" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="struct" href="../web/struct.Redirect.html" title="struct actix_web::web::Redirect">Redirect</a></h3></section><section id="impl-HttpServiceFactory-for-Resource%3CT%3E" class="impl"><a class="src rightside" href="../../src/actix_web/resource.rs.html#409-457">source</a><a href="#impl-HttpServiceFactory-for-Resource%3CT%3E" class="anchor">§</a><h3 class="code-header">impl<T, B> <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="struct" href="../struct.Resource.html" title="struct actix_web::Resource">Resource</a><T><div class="where">where
|
|
T: <a class="trait" href="trait.ServiceFactory.html" title="trait actix_web::dev::ServiceFactory">ServiceFactory</a><<a class="struct" href="struct.ServiceRequest.html" title="struct actix_web::dev::ServiceRequest">ServiceRequest</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="struct" href="struct.ServiceResponse.html" title="struct actix_web::dev::ServiceResponse">ServiceResponse</a><B>, Error = <a class="struct" href="../error/struct.Error.html" title="struct actix_web::error::Error">Error</a>, InitError = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>> + 'static,
|
|
B: <a class="trait" href="../body/trait.MessageBody.html" title="trait actix_web::body::MessageBody">MessageBody</a> + 'static,</div></h3></section><section id="impl-HttpServiceFactory-for-Scope%3CT%3E" class="impl"><a class="src rightside" href="../../src/actix_web/scope.rs.html#369-441">source</a><a href="#impl-HttpServiceFactory-for-Scope%3CT%3E" class="anchor">§</a><h3 class="code-header">impl<T, B> <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="struct" href="../struct.Scope.html" title="struct actix_web::Scope">Scope</a><T><div class="where">where
|
|
T: <a class="trait" href="trait.ServiceFactory.html" title="trait actix_web::dev::ServiceFactory">ServiceFactory</a><<a class="struct" href="struct.ServiceRequest.html" title="struct actix_web::dev::ServiceRequest">ServiceRequest</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="struct" href="struct.ServiceResponse.html" title="struct actix_web::dev::ServiceResponse">ServiceResponse</a><B>, Error = <a class="struct" href="../error/struct.Error.html" title="struct actix_web::error::Error">Error</a>, InitError = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>> + 'static,
|
|
B: <a class="trait" href="../body/trait.MessageBody.html" title="trait actix_web::body::MessageBody">MessageBody</a> + 'static,</div></h3></section></div><script src="../../trait.impl/actix_web/service/trait.HttpServiceFactory.js" data-ignore-extern-crates="std,alloc" async></script></section></div></main></body></html> |