Trait IntoResponseHeadParts

Source
pub trait IntoResponseHeadParts {
    // Required method
    fn into_response_head(
        self,
        head: ResponseHeadParts,
    ) -> Result<ResponseHeadParts, BoxedErrorResponse>;
}
Expand description

Implemented by types that form or can be converted into a type that forms the ResponseHeadParts.

Required Methods§

Implementations on Foreign Types§

Source§

impl<N, V, const C: usize> IntoResponseHeadParts for [(N, V); C]
where N: TryInto<HeaderName>, N::Error: StdError + Send + Sync + 'static, V: TryInto<HeaderValue>, V::Error: StdError + Send + Sync + 'static,

Source§

impl<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TL> IntoResponseHeadParts for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TL)

Source§

impl<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TL> IntoResponseHeadParts for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TL)

Source§

impl<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TL> IntoResponseHeadParts for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TL)

Source§

impl<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TL> IntoResponseHeadParts for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TL)

Source§

impl<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TL> IntoResponseHeadParts for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TL)

Source§

impl<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TL> IntoResponseHeadParts for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TL)

Source§

impl<T1, T2, T3, T4, T5, T6, T7, T8, T9, TL> IntoResponseHeadParts for (T1, T2, T3, T4, T5, T6, T7, T8, T9, TL)

Source§

impl<T1, T2, T3, T4, T5, T6, T7, T8, TL> IntoResponseHeadParts for (T1, T2, T3, T4, T5, T6, T7, T8, TL)

Source§

impl<T1, T2, T3, T4, T5, T6, T7, TL> IntoResponseHeadParts for (T1, T2, T3, T4, T5, T6, T7, TL)

Source§

impl<T1, T2, T3, T4, T5, T6, TL> IntoResponseHeadParts for (T1, T2, T3, T4, T5, T6, TL)

Source§

impl<T1, T2, T3, T4, T5, TL> IntoResponseHeadParts for (T1, T2, T3, T4, T5, TL)

Source§

impl<T1, T2, T3, T4, TL> IntoResponseHeadParts for (T1, T2, T3, T4, TL)

Source§

impl<T1, T2, T3, TL> IntoResponseHeadParts for (T1, T2, T3, TL)

Source§

impl<T1, T2, TL> IntoResponseHeadParts for (T1, T2, TL)

Source§

impl<T1, TL> IntoResponseHeadParts for (T1, TL)

Implementors§