pub struct NaiveMIME<'a> { /* private fields */ }Implementations§
Source§impl<'a> NaiveMIME<'a>
impl<'a> NaiveMIME<'a>
pub fn add_field(&mut self, f: NaiveField<'a>) -> Option<Entry>
pub fn to_interpreted(self, default_type: DefaultType) -> AnyMIME<'a>
Trait Implementations§
Source§impl<'a> IntoBoundedStatic for NaiveMIME<'a>
impl<'a> IntoBoundedStatic for NaiveMIME<'a>
Source§impl<'a> PartialEq for NaiveMIME<'a>
impl<'a> PartialEq for NaiveMIME<'a>
impl<'a> StructuralPartialEq for NaiveMIME<'a>
Auto Trait Implementations§
impl<'a> Freeze for NaiveMIME<'a>
impl<'a> RefUnwindSafe for NaiveMIME<'a>
impl<'a> Send for NaiveMIME<'a>
impl<'a> Sync for NaiveMIME<'a>
impl<'a> Unpin for NaiveMIME<'a>
impl<'a> UnsafeUnpin for NaiveMIME<'a>
impl<'a> UnwindSafe for NaiveMIME<'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