pub struct HttpFrameResponseError(/* private fields */);Expand description
An intrepid error being turned into an axum response.
Trait Implementations§
Source§impl Debug for HttpFrameResponseError
impl Debug for HttpFrameResponseError
Source§impl From<Error> for HttpFrameResponseError
impl From<Error> for HttpFrameResponseError
Source§impl IntoResponse for HttpFrameResponseError
impl IntoResponse for HttpFrameResponseError
Source§fn into_response(self) -> Response<Body>
fn into_response(self) -> Response<Body>
Create a response.
Auto Trait Implementations§
impl Freeze for HttpFrameResponseError
impl !RefUnwindSafe for HttpFrameResponseError
impl Send for HttpFrameResponseError
impl Sync for HttpFrameResponseError
impl Unpin for HttpFrameResponseError
impl UnsafeUnpin for HttpFrameResponseError
impl !UnwindSafe for HttpFrameResponseError
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