pub struct MultiPartValue {
pub body: Vec<u8>,
pub headers: HashMap<String, HeaderValueParts>,
}Fields§
§body: Vec<u8>§headers: HashMap<String, HeaderValueParts>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MultiPartValue
impl RefUnwindSafe for MultiPartValue
impl Send for MultiPartValue
impl Sync for MultiPartValue
impl Unpin for MultiPartValue
impl UnwindSafe for MultiPartValue
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