Enum volo_http::extract::RejectionError
source · pub enum RejectionError {
BodyCollectionError,
InvalidContentType,
StringRejection(Utf8Error),
JsonRejection(Error),
QueryRejection(Error),
FormRejection(Error),
}Variants§
BodyCollectionError
InvalidContentType
StringRejection(Utf8Error)
JsonRejection(Error)
QueryRejection(Error)
FormRejection(Error)
Trait Implementations§
source§impl IntoResponse for RejectionError
impl IntoResponse for RejectionError
fn into_response(self) -> Response
impl Send for RejectionError
Auto Trait Implementations§
impl !RefUnwindSafe for RejectionError
impl Sync for RejectionError
impl Unpin for RejectionError
impl !UnwindSafe for RejectionError
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