pub struct AxumRejection(/* private fields */);
Expand description
An HTTP rejection response for axum
.
Trait Implementations§
Source§impl From<Rejection> for AxumRejection
impl From<Rejection> for AxumRejection
Source§impl IntoResponse for AxumRejection
impl IntoResponse for AxumRejection
Source§fn into_response(self) -> Response
fn into_response(self) -> Response
Create a response.
Auto Trait Implementations§
impl !Freeze for AxumRejection
impl RefUnwindSafe for AxumRejection
impl Send for AxumRejection
impl Sync for AxumRejection
impl Unpin for AxumRejection
impl UnwindSafe for AxumRejection
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