Docs.rs
mincat-core-0.1.0
mincat-core 0.1.0
Permalink
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
ES1993
Dependencies
async-trait ^0.1.77
normal
bytes ^1.5.0
normal
futures-util ^0.3.30
normal
http ^1.0.0
normal
http-body ^1.0.0
normal
http-body-util ^0.1.0
normal
matchit ^0.7.3
normal
mime ^0.3.17
normal
mincat-macro ^0.1.0
normal
pin-project-lite ^0.2.13
normal
sync_wrapper ^0.1.2
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
mincat_
core
0.1.0
Into
Response
Required Methods
into_response
Implementations on Foreign Types
&'static str
()
(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, R)
(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, R)
(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, R)
(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, R)
(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, R)
(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, R)
(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, R)
(P1, P2, P3, P4, P5, P6, P7, P8, P9, R)
(P1, P2, P3, P4, P5, P6, P7, P8, R)
(P1, P2, P3, P4, P5, P6, P7, R)
(P1, P2, P3, P4, P5, P6, R)
(P1, P2, P3, P4, P5, R)
(P1, P2, P3, P4, R)
(P1, P2, P3, R)
(P1, P2, R)
(P1, R)
Bytes
Infallible
Result<T, E>
StatusCode
String
[(K, V); N]
Implementors
In mincat_
core::
response
mincat_core
::
response
Trait
IntoResponse
Copy item path
Source
pub trait IntoResponse { // Required method fn
into_response
(self) ->
Response
; }
Required Methods
§
Source
fn
into_response
(self) ->
Response
Implementations on Foreign Types
§
Source
§
impl
IntoResponse
for &'static
str
Source
§
fn
into_response
(self) ->
Response
Source
§
impl
IntoResponse
for
Infallible
Source
§
fn
into_response
(self) ->
Response
Source
§
impl
IntoResponse
for
()
Source
§
fn
into_response
(self) ->
Response
Source
§
impl
IntoResponse
for
String
Source
§
fn
into_response
(self) ->
Response
Source
§
impl
IntoResponse
for
Bytes
Source
§
fn
into_response
(self) ->
Response
Source
§
impl
IntoResponse
for
StatusCode
Source
§
fn
into_response
(self) ->
Response
Source
§
impl<K, V, const N:
usize
>
IntoResponse
for [
(K, V)
;
N
]
where K:
TryInto
<
HeaderName
>, K::
Error
:
Display
, V:
TryInto
<
HeaderValue
>, V::
Error
:
Display
,
Source
§
fn
into_response
(self) ->
Response
Source
§
impl<R, P1>
IntoResponse
for
(P1, R)
where P1:
IntoResponseParts
, R:
IntoResponse
,
Source
§
fn
into_response
(self) ->
Response
Source
§
impl<R, P1, P2>
IntoResponse
for
(P1, P2, R)
where P1:
IntoResponseParts
, P2:
IntoResponseParts
, R:
IntoResponse
,
Source
§
fn
into_response
(self) ->
Response
Source
§
impl<R, P1, P2, P3>
IntoResponse
for
(P1, P2, P3, R)
where P1:
IntoResponseParts
, P2:
IntoResponseParts
, P3:
IntoResponseParts
, R:
IntoResponse
,
Source
§
fn
into_response
(self) ->
Response
Source
§
impl<R, P1, P2, P3, P4>
IntoResponse
for
(P1, P2, P3, P4, R)
where P1:
IntoResponseParts
, P2:
IntoResponseParts
, P3:
IntoResponseParts
, P4:
IntoResponseParts
, R:
IntoResponse
,
Source
§
fn
into_response
(self) ->
Response
Source
§
impl<R, P1, P2, P3, P4, P5>
IntoResponse
for
(P1, P2, P3, P4, P5, R)
where P1:
IntoResponseParts
, P2:
IntoResponseParts
, P3:
IntoResponseParts
, P4:
IntoResponseParts
, P5:
IntoResponseParts
, R:
IntoResponse
,
Source
§
fn
into_response
(self) ->
Response
Source
§
impl<R, P1, P2, P3, P4, P5, P6>
IntoResponse
for
(P1, P2, P3, P4, P5, P6, R)
where P1:
IntoResponseParts
, P2:
IntoResponseParts
, P3:
IntoResponseParts
, P4:
IntoResponseParts
, P5:
IntoResponseParts
, P6:
IntoResponseParts
, R:
IntoResponse
,
Source
§
fn
into_response
(self) ->
Response
Source
§
impl<R, P1, P2, P3, P4, P5, P6, P7>
IntoResponse
for
(P1, P2, P3, P4, P5, P6, P7, R)
where P1:
IntoResponseParts
, P2:
IntoResponseParts
, P3:
IntoResponseParts
, P4:
IntoResponseParts
, P5:
IntoResponseParts
, P6:
IntoResponseParts
, P7:
IntoResponseParts
, R:
IntoResponse
,
Source
§
fn
into_response
(self) ->
Response
Source
§
impl<R, P1, P2, P3, P4, P5, P6, P7, P8>
IntoResponse
for
(P1, P2, P3, P4, P5, P6, P7, P8, R)
where P1:
IntoResponseParts
, P2:
IntoResponseParts
, P3:
IntoResponseParts
, P4:
IntoResponseParts
, P5:
IntoResponseParts
, P6:
IntoResponseParts
, P7:
IntoResponseParts
, P8:
IntoResponseParts
, R:
IntoResponse
,
Source
§
fn
into_response
(self) ->
Response
Source
§
impl<R, P1, P2, P3, P4, P5, P6, P7, P8, P9>
IntoResponse
for
(P1, P2, P3, P4, P5, P6, P7, P8, P9, R)
where P1:
IntoResponseParts
, P2:
IntoResponseParts
, P3:
IntoResponseParts
, P4:
IntoResponseParts
, P5:
IntoResponseParts
, P6:
IntoResponseParts
, P7:
IntoResponseParts
, P8:
IntoResponseParts
, P9:
IntoResponseParts
, R:
IntoResponse
,
Source
§
fn
into_response
(self) ->
Response
Source
§
impl<R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10>
IntoResponse
for
(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, R)
where P1:
IntoResponseParts
, P2:
IntoResponseParts
, P3:
IntoResponseParts
, P4:
IntoResponseParts
, P5:
IntoResponseParts
, P6:
IntoResponseParts
, P7:
IntoResponseParts
, P8:
IntoResponseParts
, P9:
IntoResponseParts
, P10:
IntoResponseParts
, R:
IntoResponse
,
Source
§
fn
into_response
(self) ->
Response
Source
§
impl<R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11>
IntoResponse
for
(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, R)
where P1:
IntoResponseParts
, P2:
IntoResponseParts
, P3:
IntoResponseParts
, P4:
IntoResponseParts
, P5:
IntoResponseParts
, P6:
IntoResponseParts
, P7:
IntoResponseParts
, P8:
IntoResponseParts
, P9:
IntoResponseParts
, P10:
IntoResponseParts
, P11:
IntoResponseParts
, R:
IntoResponse
,
Source
§
fn
into_response
(self) ->
Response
Source
§
impl<R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12>
IntoResponse
for
(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, R)
where P1:
IntoResponseParts
, P2:
IntoResponseParts
, P3:
IntoResponseParts
, P4:
IntoResponseParts
, P5:
IntoResponseParts
, P6:
IntoResponseParts
, P7:
IntoResponseParts
, P8:
IntoResponseParts
, P9:
IntoResponseParts
, P10:
IntoResponseParts
, P11:
IntoResponseParts
, P12:
IntoResponseParts
, R:
IntoResponse
,
Source
§
fn
into_response
(self) ->
Response
Source
§
impl<R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13>
IntoResponse
for
(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, R)
where P1:
IntoResponseParts
, P2:
IntoResponseParts
, P3:
IntoResponseParts
, P4:
IntoResponseParts
, P5:
IntoResponseParts
, P6:
IntoResponseParts
, P7:
IntoResponseParts
, P8:
IntoResponseParts
, P9:
IntoResponseParts
, P10:
IntoResponseParts
, P11:
IntoResponseParts
, P12:
IntoResponseParts
, P13:
IntoResponseParts
, R:
IntoResponse
,
Source
§
fn
into_response
(self) ->
Response
Source
§
impl<R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14>
IntoResponse
for
(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, R)
where P1:
IntoResponseParts
, P2:
IntoResponseParts
, P3:
IntoResponseParts
, P4:
IntoResponseParts
, P5:
IntoResponseParts
, P6:
IntoResponseParts
, P7:
IntoResponseParts
, P8:
IntoResponseParts
, P9:
IntoResponseParts
, P10:
IntoResponseParts
, P11:
IntoResponseParts
, P12:
IntoResponseParts
, P13:
IntoResponseParts
, P14:
IntoResponseParts
, R:
IntoResponse
,
Source
§
fn
into_response
(self) ->
Response
Source
§
impl<R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15>
IntoResponse
for
(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, R)
where P1:
IntoResponseParts
, P2:
IntoResponseParts
, P3:
IntoResponseParts
, P4:
IntoResponseParts
, P5:
IntoResponseParts
, P6:
IntoResponseParts
, P7:
IntoResponseParts
, P8:
IntoResponseParts
, P9:
IntoResponseParts
, P10:
IntoResponseParts
, P11:
IntoResponseParts
, P12:
IntoResponseParts
, P13:
IntoResponseParts
, P14:
IntoResponseParts
, P15:
IntoResponseParts
, R:
IntoResponse
,
Source
§
fn
into_response
(self) ->
Response
Source
§
impl<R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16>
IntoResponse
for
(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, R)
where P1:
IntoResponseParts
, P2:
IntoResponseParts
, P3:
IntoResponseParts
, P4:
IntoResponseParts
, P5:
IntoResponseParts
, P6:
IntoResponseParts
, P7:
IntoResponseParts
, P8:
IntoResponseParts
, P9:
IntoResponseParts
, P10:
IntoResponseParts
, P11:
IntoResponseParts
, P12:
IntoResponseParts
, P13:
IntoResponseParts
, P14:
IntoResponseParts
, P15:
IntoResponseParts
, P16:
IntoResponseParts
, R:
IntoResponse
,
Source
§
fn
into_response
(self) ->
Response
Source
§
impl<T, E>
IntoResponse
for
Result
<T, E>
where T:
IntoResponse
, E:
IntoResponse
,
Source
§
fn
into_response
(self) ->
Response
Implementors
§
Source
§
impl
IntoResponse
for
Body
Source
§
impl
IntoResponse
for
Error
Source
§
impl
IntoResponse
for
Response