pub struct A2aErrorResponse { /* private fields */ }Expand description
A2A error response for Axum
Trait Implementations§
Source§impl IntoResponse for A2aErrorResponse
impl IntoResponse for A2aErrorResponse
Source§fn into_response(self) -> Response
fn into_response(self) -> Response
Create a response.
Auto Trait Implementations§
impl Freeze for A2aErrorResponse
impl RefUnwindSafe for A2aErrorResponse
impl Send for A2aErrorResponse
impl Sync for A2aErrorResponse
impl Unpin for A2aErrorResponse
impl UnsafeUnpin for A2aErrorResponse
impl UnwindSafe for A2aErrorResponse
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