Docs.rs
spa-server-0.1.0
spa-server 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
avalon1610
Dependencies
actix-cors ^0.5
normal
actix-files ^0.6.0-beta.2
normal
actix-identity ^0.3
normal
actix-web ^4.0.0-beta.3
normal
include-flate ^0.1
normal
log ^0.4
normal
rand ^0.8
normal
serde ^1.0
normal
spa-server-derive ^0.1
normal
time ^0.2
normal
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
HttpServiceFactory
spa_
server
0.1.0
Http
Service
Factory
Required Methods
register
Implementations on Foreign Types
(A, B)
(A, B, C)
(A, B, C, D)
(A, B, C, D, E)
(A, B, C, D, E, F)
(A, B, C, D, E, F, G)
(A, B, C, D, E, F, G, H)
(A, B, C, D, E, F, G, H, I)
(A, B, C, D, E, F, G, H, I, J)
(A, B, C, D, E, F, G, H, I, J, K)
(A, B, C, D, E, F, G, H, I, J, K, L)
(A,)
Vec<T>
Implementors
In spa_
server::
re_
export::
dev
spa_server
::
re_export
::
dev
Trait
Http
Service
Factory
Copy item path
Source
pub trait HttpServiceFactory { // Required method fn
register
(self, config: &mut
AppService
); }
Required Methods
§
Source
fn
register
(self, config: &mut
AppService
)
Implementations on Foreign Types
§
Source
§
impl<A>
HttpServiceFactory
for
(A,)
where A:
HttpServiceFactory
,
Source
§
fn
register
(self, config: &mut
AppService
)
Source
§
impl<A, B>
HttpServiceFactory
for
(A, B)
where A:
HttpServiceFactory
, B:
HttpServiceFactory
,
Source
§
fn
register
(self, config: &mut
AppService
)
Source
§
impl<A, B, C>
HttpServiceFactory
for
(A, B, C)
where A:
HttpServiceFactory
, B:
HttpServiceFactory
, C:
HttpServiceFactory
,
Source
§
fn
register
(self, config: &mut
AppService
)
Source
§
impl<A, B, C, D>
HttpServiceFactory
for
(A, B, C, D)
where A:
HttpServiceFactory
, B:
HttpServiceFactory
, C:
HttpServiceFactory
, D:
HttpServiceFactory
,
Source
§
fn
register
(self, config: &mut
AppService
)
Source
§
impl<A, B, C, D, E>
HttpServiceFactory
for
(A, B, C, D, E)
where A:
HttpServiceFactory
, B:
HttpServiceFactory
, C:
HttpServiceFactory
, D:
HttpServiceFactory
, E:
HttpServiceFactory
,
Source
§
fn
register
(self, config: &mut
AppService
)
Source
§
impl<A, B, C, D, E, F>
HttpServiceFactory
for
(A, B, C, D, E, F)
where A:
HttpServiceFactory
, B:
HttpServiceFactory
, C:
HttpServiceFactory
, D:
HttpServiceFactory
, E:
HttpServiceFactory
, F:
HttpServiceFactory
,
Source
§
fn
register
(self, config: &mut
AppService
)
Source
§
impl<A, B, C, D, E, F, G>
HttpServiceFactory
for
(A, B, C, D, E, F, G)
where A:
HttpServiceFactory
, B:
HttpServiceFactory
, C:
HttpServiceFactory
, D:
HttpServiceFactory
, E:
HttpServiceFactory
, F:
HttpServiceFactory
, G:
HttpServiceFactory
,
Source
§
fn
register
(self, config: &mut
AppService
)
Source
§
impl<A, B, C, D, E, F, G, H>
HttpServiceFactory
for
(A, B, C, D, E, F, G, H)
where A:
HttpServiceFactory
, B:
HttpServiceFactory
, C:
HttpServiceFactory
, D:
HttpServiceFactory
, E:
HttpServiceFactory
, F:
HttpServiceFactory
, G:
HttpServiceFactory
, H:
HttpServiceFactory
,
Source
§
fn
register
(self, config: &mut
AppService
)
Source
§
impl<A, B, C, D, E, F, G, H, I>
HttpServiceFactory
for
(A, B, C, D, E, F, G, H, I)
where A:
HttpServiceFactory
, B:
HttpServiceFactory
, C:
HttpServiceFactory
, D:
HttpServiceFactory
, E:
HttpServiceFactory
, F:
HttpServiceFactory
, G:
HttpServiceFactory
, H:
HttpServiceFactory
, I:
HttpServiceFactory
,
Source
§
fn
register
(self, config: &mut
AppService
)
Source
§
impl<A, B, C, D, E, F, G, H, I, J>
HttpServiceFactory
for
(A, B, C, D, E, F, G, H, I, J)
where A:
HttpServiceFactory
, B:
HttpServiceFactory
, C:
HttpServiceFactory
, D:
HttpServiceFactory
, E:
HttpServiceFactory
, F:
HttpServiceFactory
, G:
HttpServiceFactory
, H:
HttpServiceFactory
, I:
HttpServiceFactory
, J:
HttpServiceFactory
,
Source
§
fn
register
(self, config: &mut
AppService
)
Source
§
impl<A, B, C, D, E, F, G, H, I, J, K>
HttpServiceFactory
for
(A, B, C, D, E, F, G, H, I, J, K)
where A:
HttpServiceFactory
, B:
HttpServiceFactory
, C:
HttpServiceFactory
, D:
HttpServiceFactory
, E:
HttpServiceFactory
, F:
HttpServiceFactory
, G:
HttpServiceFactory
, H:
HttpServiceFactory
, I:
HttpServiceFactory
, J:
HttpServiceFactory
, K:
HttpServiceFactory
,
Source
§
fn
register
(self, config: &mut
AppService
)
Source
§
impl<A, B, C, D, E, F, G, H, I, J, K, L>
HttpServiceFactory
for
(A, B, C, D, E, F, G, H, I, J, K, L)
where A:
HttpServiceFactory
, B:
HttpServiceFactory
, C:
HttpServiceFactory
, D:
HttpServiceFactory
, E:
HttpServiceFactory
, F:
HttpServiceFactory
, G:
HttpServiceFactory
, H:
HttpServiceFactory
, I:
HttpServiceFactory
, J:
HttpServiceFactory
, K:
HttpServiceFactory
, L:
HttpServiceFactory
,
Source
§
fn
register
(self, config: &mut
AppService
)
Source
§
impl<T>
HttpServiceFactory
for
Vec
<T>
where T:
HttpServiceFactory
,
Source
§
fn
register
(self, config: &mut
AppService
)
Implementors
§
Source
§
impl
HttpServiceFactory
for
Files
Source
§
impl
HttpServiceFactory
for
NamedFile
Source
§
impl
HttpServiceFactory
for
Redirect
Source
§
impl<T, B>
HttpServiceFactory
for
Resource
<T>
where T:
ServiceFactory
<
ServiceRequest
, Config =
()
, Response =
ServiceResponse
<B>, Error =
Error
, InitError =
()
> + 'static, B:
MessageBody
+ 'static,
Source
§
impl<T, B>
HttpServiceFactory
for
Scope
<T>
where T:
ServiceFactory
<
ServiceRequest
, Config =
()
, Response =
ServiceResponse
<B>, Error =
Error
, InitError =
()
> + 'static, B:
MessageBody
+ 'static,