Docs.rs
bloom-web-0.1.0
bloom-web 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
matusmesko
Dependencies
actix-web ^4.11.0
normal
anyhow ^1.0
normal
bloom-web-core ^0.1.0
normal
bloom-web-macros ^0.1.0
normal
chrono ^0.4
normal
inventory ^0.3
normal
serde ^1.0
normal
serde_json ^1.0
normal
sqlx ^0.8
normal
utoipa ^4.2.3
normal
chrono ^0.4
dev
env_logger ^0.10
dev
serde ^1.0
dev
serde_json ^1.0
dev
tokio-test ^0.4
dev
Versions
100%
of the crate is documented
Go to latest version
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
bloom_
web
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,)
SwaggerUi
Vec<T>
Implementors
In bloom_
web::
actix_
web::
dev
bloom_web
::
actix_web
::
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
HttpServiceFactory
for
SwaggerUi
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>
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
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,