Enum web_static_pack::hyper_loader::ResponderError [−][src]
Possible errors during Responder handling
Variants
Not supported HTTP Method, this maps to HTTP METHOD_NOT_ALLOWED.
Request URI was not found in Loader. This maps to HTTP NOT_FOUND.
Error while parsing HTTP Accept-Encoding. This maps to HTTP BAD_REQUEST.
Implementations
impl ResponderError[src]
pub fn as_http_status_code(&self) -> StatusCode[src]
Converts error into best matching HTTP error code
pub fn as_default_response(&self) -> Response<Body>[src]
Creates default response (status code + empty body) for this error.
Auto Trait Implementations
impl RefUnwindSafe for ResponderError[src]
impl Send for ResponderError[src]
impl Sync for ResponderError[src]
impl Unpin for ResponderError[src]
impl UnwindSafe for ResponderError[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,