Enum deltachat::html::MimeMultipartType
source · enum MimeMultipartType {
Multiple,
Single,
Message,
}
Expand description
Type defining a rough mime-type. This is mainly useful on iterating to decide whether a mime-part has subtypes.
Variants§
Auto Trait Implementations§
impl Freeze for MimeMultipartType
impl RefUnwindSafe for MimeMultipartType
impl Send for MimeMultipartType
impl Sync for MimeMultipartType
impl Unpin for MimeMultipartType
impl UnwindSafe for MimeMultipartType
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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