Struct axum::error_handling::HandleErrorLayer
source · pub struct HandleErrorLayer<F, T> { /* private fields */ }
Expand description
Layer
that applies HandleError
which is a Service
adapter
that handles errors by converting them into responses.
See module docs for more details on axum’s error handling model.
Implementations§
source§impl<F, T> HandleErrorLayer<F, T>
impl<F, T> HandleErrorLayer<F, T>
Trait Implementations§
source§impl<F, T> Clone for HandleErrorLayer<F, T>where
F: Clone,
impl<F, T> Clone for HandleErrorLayer<F, T>where
F: Clone,
source§impl<F, E> Debug for HandleErrorLayer<F, E>
impl<F, E> Debug for HandleErrorLayer<F, E>
Auto Trait Implementations§
impl<F, T> Freeze for HandleErrorLayer<F, T>where
F: Freeze,
impl<F, T> RefUnwindSafe for HandleErrorLayer<F, T>where
F: RefUnwindSafe,
impl<F, T> Send for HandleErrorLayer<F, T>where
F: Send,
impl<F, T> Sync for HandleErrorLayer<F, T>where
F: Sync,
impl<F, T> Unpin for HandleErrorLayer<F, T>where
F: Unpin,
impl<F, T> UnwindSafe for HandleErrorLayer<F, T>where
F: UnwindSafe,
Blanket Implementations§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)