pub struct ApiErrorResponse<'a>(/* private fields */);Available on crate feature
axum only.Implementations§
Trait Implementations§
Source§impl IntoResponse for ApiErrorResponse<'_>
impl IntoResponse for ApiErrorResponse<'_>
Source§fn into_response(self) -> Response
fn into_response(self) -> Response
Create a response.
Auto Trait Implementations§
impl<'a> Freeze for ApiErrorResponse<'a>
impl<'a> !RefUnwindSafe for ApiErrorResponse<'a>
impl<'a> !Send for ApiErrorResponse<'a>
impl<'a> !Sync for ApiErrorResponse<'a>
impl<'a> Unpin for ApiErrorResponse<'a>
impl<'a> UnsafeUnpin for ApiErrorResponse<'a>
impl<'a> !UnwindSafe for ApiErrorResponse<'a>
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