pub enum Content<'a> {
Type(NaiveType<'a>),
TransferEncoding(Mechanism<'a>),
ID(MessageID<'a>),
Description(Unstructured<'a>),
}Variants§
Type(NaiveType<'a>)
TransferEncoding(Mechanism<'a>)
ID(MessageID<'a>)
Description(Unstructured<'a>)
Implementations§
Trait Implementations§
Source§impl<'a> FromIterator<Content<'a>> for NaiveMIME<'a>
impl<'a> FromIterator<Content<'a>> for NaiveMIME<'a>
impl<'a> StructuralPartialEq for Content<'a>
Auto Trait Implementations§
impl<'a> Freeze for Content<'a>
impl<'a> RefUnwindSafe for Content<'a>
impl<'a> Send for Content<'a>
impl<'a> Sync for Content<'a>
impl<'a> Unpin for Content<'a>
impl<'a> UnwindSafe for Content<'a>
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