pub struct FormDataPart { /* private fields */ }Expand description
FormDataPart is a builder for multipart/form-data part.
Implementations§
Source§impl FormDataPart
impl FormDataPart
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for FormDataPart
impl RefUnwindSafe for FormDataPart
impl Send for FormDataPart
impl Sync for FormDataPart
impl Unpin for FormDataPart
impl UnwindSafe for FormDataPart
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