pub struct Part {
pub headers: Headers,
pub body: Vec<u8>,
}
Expand description
A multipart part which is not a file (stored in memory)
Fields§
§headers: Headers
§body: Vec<u8>
Implementations§
Trait Implementations§
impl StructuralPartialEq for Part
Auto Trait Implementations§
impl Freeze for Part
impl !RefUnwindSafe for Part
impl Send for Part
impl !Sync for Part
impl Unpin for Part
impl !UnwindSafe for Part
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