pub enum FailedAt {
Response,
Body,
Trailers,
}Expand description
Enum used to specify where an error was encountered.
Variants§
Response
Generating the response failed.
Body
Generating the response body failed.
Trailers
Generating the response trailers failed.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FailedAt
impl RefUnwindSafe for FailedAt
impl Send for FailedAt
impl Sync for FailedAt
impl Unpin for FailedAt
impl UnwindSafe for FailedAt
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