pub enum ProxyHandlerError {
Upstream(String),
}Expand description
Internal handler error.
Variants§
Trait Implementations§
Source§impl Debug for ProxyHandlerError
impl Debug for ProxyHandlerError
Source§impl IntoResponse for ProxyHandlerError
impl IntoResponse for ProxyHandlerError
Source§fn into_response(self) -> Response
fn into_response(self) -> Response
Create a response.
Auto Trait Implementations§
impl Freeze for ProxyHandlerError
impl RefUnwindSafe for ProxyHandlerError
impl Send for ProxyHandlerError
impl Sync for ProxyHandlerError
impl Unpin for ProxyHandlerError
impl UnsafeUnpin for ProxyHandlerError
impl UnwindSafe for ProxyHandlerError
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