pub struct MapErr<B, F> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<B, F, E> IntoResponse for MapErr<B, F>
impl<B, F, E> IntoResponse for MapErr<B, F>
fn into_response(self) -> Response
impl<B, F> Copy for MapErr<B, F>
impl<'__pin, B, F> Unpin for MapErr<B, F>where
<PinnedFieldsOfHelperStruct<__Origin<'__pin, B, F>> as PinnedFieldsOfHelperTrait>::Actual: Unpin,
Auto Trait Implementations§
impl<B, F> Freeze for MapErr<B, F>
impl<B, F> RefUnwindSafe for MapErr<B, F>where
B: RefUnwindSafe,
F: RefUnwindSafe,
impl<B, F> Send for MapErr<B, F>
impl<B, F> Sync for MapErr<B, F>
impl<B, F> UnwindSafe for MapErr<B, F>where
B: UnwindSafe,
F: UnwindSafe,
Blanket Implementations§
Source§impl<B> BodyExt for Bwhere
B: Body,
impl<B> BodyExt for Bwhere
B: Body,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more