Struct httpclient::multipart::Form
source · pub struct Form<B> {
pub boundary: String,
pub content_type: String,
pub parts: Vec<Part<B>>,
}Fields§
§boundary: String§content_type: String§parts: Vec<Part<B>>Implementations§
source§impl Form<InMemoryResponse>
impl Form<InMemoryResponse>
pub fn from_response(res: InMemoryResponse) -> Option<Self>
Trait Implementations§
source§impl Default for Form<InMemoryBody>
impl Default for Form<InMemoryBody>
Auto Trait Implementations§
impl<B> Freeze for Form<B>
impl<B> RefUnwindSafe for Form<B>where
B: RefUnwindSafe,
impl<B> Send for Form<B>where
B: Send,
impl<B> Sync for Form<B>where
B: Sync,
impl<B> Unpin for Form<B>where
B: Unpin,
impl<B> UnwindSafe for Form<B>where
B: UnwindSafe,
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