pub struct ContentDisposition {
pub disposition_type: String,
pub field_name: Option<String>,
pub file_name: Option<String>,
}Fields§
§disposition_type: String§field_name: Option<String>§file_name: Option<String>Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ContentDisposition
impl Send for ContentDisposition
impl Sync for ContentDisposition
impl Unpin for ContentDisposition
impl UnwindSafe for ContentDisposition
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