Docs.rs
uiuifree-actix-web-util-0.1.0
uiuifree-actix-web-util 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
uiuifree
Dependencies
actix-web ^4
normal
chrono ^0.4
normal
dotenv ^0.15.0
normal
mysql ^22.1.0
normal
mysql_common ^0.28.0
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
uiuifree-elastic ^0.1.21
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
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
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, Global>
Implementors
In uiuifree_actix_web_util::dev
?
Trait
uiuifree_actix_web_util
::
dev
::
HttpServiceFactory
source
·
[
−
]
pub trait HttpServiceFactory { fn
register
(self, config: &mut
AppService
); }
Required Methods
source
fn
register
(self, config: &mut
AppService
)
Implementations on Foreign Types
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>
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>
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>
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, 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<A, B, C>
HttpServiceFactory
for
(A, B, C)
where
A:
HttpServiceFactory
,
B:
HttpServiceFactory
,
C:
HttpServiceFactory
,
source
fn
register
(self, config: &mut
AppService
)
source
impl<T>
HttpServiceFactory
for
Vec
<T,
Global
>
where
T:
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, 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>
HttpServiceFactory
for
(A, B)
where
A:
HttpServiceFactory
,
B:
HttpServiceFactory
,
source
fn
register
(self, config: &mut
AppService
)
source
impl<A>
HttpServiceFactory
for
(A,)
where
A:
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
)
Implementors
source
impl<T, B>
HttpServiceFactory
for
Resource
<T>
where
T: 'static +
ServiceFactory
<
ServiceRequest
, Config =
()
, Response =
ServiceResponse
<B>, Error =
Error
, InitError =
()
>,
B: 'static +
MessageBody
,
source
impl<T, B>
HttpServiceFactory
for
Scope
<T>
where
T: 'static +
ServiceFactory
<
ServiceRequest
, Config =
()
, Response =
ServiceResponse
<B>, Error =
Error
, InitError =
()
>,
B: 'static +
MessageBody
,