Struct anyhow_http::response::HttpErrorResponse
source · pub struct HttpErrorResponse<R> { /* private fields */ }Expand description
Type representing an error response.
Implementations§
source§impl<R> HttpErrorResponse<R>
impl<R> HttpErrorResponse<R>
Trait Implementations§
Auto Trait Implementations§
impl<R> RefUnwindSafe for HttpErrorResponse<R>where R: RefUnwindSafe,
impl<R> Send for HttpErrorResponse<R>where R: Send,
impl<R> Sync for HttpErrorResponse<R>where R: Sync,
impl<R> Unpin for HttpErrorResponse<R>where R: Unpin,
impl<R> UnwindSafe for HttpErrorResponse<R>where R: UnwindSafe,
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