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