pub struct FormFile { /* private fields */ }Expand description
File field parsed from a multipart form request.
Implementations§
Trait Implementations§
impl Eq for FormFile
impl StructuralPartialEq for FormFile
Auto Trait Implementations§
impl !Freeze for FormFile
impl RefUnwindSafe for FormFile
impl Send for FormFile
impl Sync for FormFile
impl Unpin for FormFile
impl UnsafeUnpin for FormFile
impl UnwindSafe for FormFile
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