[−][src]Enum web_static_pack::hyper_loader::ResponderError
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<StaticBody>[src]
Creates default response (status code + empty body) for this error.
Auto Trait Implementations
impl RefUnwindSafe for ResponderError
impl Send for ResponderError
impl Sync for ResponderError
impl Unpin for ResponderError
impl UnwindSafe for ResponderError
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,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[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.
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>,