pub enum MultipartError {
ContentType,
Boundary,
Malformed,
Stream(StreamError),
Text(FromUtf8Error),
}Variants§
Trait Implementations§
Source§impl Debug for MultipartError
impl Debug for MultipartError
Source§impl IntoResponse for MultipartError
impl IntoResponse for MultipartError
fn into_response(self) -> Response
Auto Trait Implementations§
impl Freeze for MultipartError
impl RefUnwindSafe for MultipartError
impl Send for MultipartError
impl Sync for MultipartError
impl Unpin for MultipartError
impl UnsafeUnpin for MultipartError
impl UnwindSafe for MultipartError
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