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::Result
Auto Trait Implementations
impl RefUnwindSafe for Form
impl UnwindSafe for Form
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T