pub struct MultipartWriter {
pub boundary: String,
pub data: Vec<u8>,
/* private fields */
}
Fields§
§boundary: String
§data: Vec<u8>
Implementations§
Auto Trait Implementations§
impl Freeze for MultipartWriter
impl RefUnwindSafe for MultipartWriter
impl Send for MultipartWriter
impl Sync for MultipartWriter
impl Unpin for MultipartWriter
impl UnwindSafe for MultipartWriter
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