Enum multipart_rs::MultipartType
source · 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
source§fn eq(&self, other: &MultipartType) -> bool
fn eq(&self, other: &MultipartType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for MultipartType
Auto Trait Implementations§
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