pub enum BodyContentType {
SinglePart(HashMap<String, String>),
MultiPart(HashMap<String, MultiPartValue>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BodyContentType
impl RefUnwindSafe for BodyContentType
impl Send for BodyContentType
impl Sync for BodyContentType
impl Unpin for BodyContentType
impl UnwindSafe for BodyContentType
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