pub enum MultipartType {
FormData,
Mixed,
Alternative,
Digest,
Related,
}
Variants§
Trait Implementations§
Source§impl Debug for MultipartType
impl Debug for MultipartType
Source§impl FromStr for MultipartType
impl FromStr for MultipartType
Source§impl PartialEq for MultipartType
impl PartialEq for MultipartType
impl StructuralPartialEq for MultipartType
Auto Trait Implementations§
impl Freeze for MultipartType
impl RefUnwindSafe for MultipartType
impl Send for MultipartType
impl Sync for MultipartType
impl Unpin for MultipartType
impl UnwindSafe for MultipartType
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