Enum actix_web::error::QueryPayloadError [−][src]
pub enum QueryPayloadError {
Deserialize(Error),
}Expand description
A set of errors that can occur during parsing query strings
Variants
Deserialize(Error)
Tuple Fields
0: ErrorDeserialize error
Trait Implementations
Performs the conversion.
Return BadRequest for QueryPayloadError
Auto Trait Implementations
impl RefUnwindSafe for QueryPayloadError
impl Send for QueryPayloadError
impl Sync for QueryPayloadError
impl Unpin for QueryPayloadError
impl UnwindSafe for QueryPayloadError
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
