pub struct FormFile {
pub field_name: String,
pub file_name: String,
pub content_type: String,
pub temp_path: String,
}Fields§
§field_name: String§file_name: String§content_type: String§temp_path: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for FormFile
impl RefUnwindSafe for FormFile
impl Send for FormFile
impl Sync for FormFile
impl Unpin 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