Trait IntoResponseParts

Source
pub trait IntoResponseParts {
    // Required method
    fn into_response_parts(self, response: Response) -> Response;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoResponseParts for Infallible

Source§

impl IntoResponseParts for ()

Source§

impl IntoResponseParts for HeaderMap

Source§

impl IntoResponseParts for StatusCode

Source§

impl<K, V, const N: usize> IntoResponseParts for [(K, V); N]

Source§

impl<P1> IntoResponseParts for (P1,)

Source§

impl<P1, P2> IntoResponseParts for (P1, P2)

Source§

impl<P1, P2, P3> IntoResponseParts for (P1, P2, P3)

Source§

impl<P1, P2, P3, P4> IntoResponseParts for (P1, P2, P3, P4)

Source§

impl<P1, P2, P3, P4, P5> IntoResponseParts for (P1, P2, P3, P4, P5)

Source§

impl<P1, P2, P3, P4, P5, P6> IntoResponseParts for (P1, P2, P3, P4, P5, P6)

Source§

impl<P1, P2, P3, P4, P5, P6, P7> IntoResponseParts for (P1, P2, P3, P4, P5, P6, P7)

Source§

impl<P1, P2, P3, P4, P5, P6, P7, P8> IntoResponseParts for (P1, P2, P3, P4, P5, P6, P7, P8)

Source§

impl<P1, P2, P3, P4, P5, P6, P7, P8, P9> IntoResponseParts for (P1, P2, P3, P4, P5, P6, P7, P8, P9)

Source§

impl<P1, P2, P3, P4, P5, P6, P7, P8, P9, P10> IntoResponseParts for (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10)

Source§

impl<P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11> IntoResponseParts for (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11)

Source§

impl<P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12> IntoResponseParts for (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12)

Source§

impl<P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13> IntoResponseParts for (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13)

Source§

impl<P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14> IntoResponseParts for (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14)

Source§

impl<P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15> IntoResponseParts for (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15)

Source§

impl<P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16> IntoResponseParts for (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16)

Implementors§