Struct curl::easy::Form
pub struct Form { /* fields hidden */ }Documentation
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
impl Form
Trait Implementations
impl Debug for Form
fn fmt(&Self, f: &mut fmt::Formatter<'_>) -> fmt::ResultAuto Trait Implementations
impl RefUnwindSafe for Formimpl UnwindSafe for FormBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T