pub struct Form { /* private fields */ }
Expand description
Multipart/formdata for an HTTP POST request.
This structure is built up and then passed to the Easy::httppost
method to
be sent off with a request.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Form
impl !Send for Form
impl !Sync for Form
impl Unpin for Form
impl UnwindSafe for Form
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more