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