Struct email_encoding::headers::EmailWriter
source · [−]pub struct EmailWriter<'a> { /* private fields */ }Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for EmailWriter<'a>
impl<'a> !Send for EmailWriter<'a>
impl<'a> !Sync for EmailWriter<'a>
impl<'a> Unpin for EmailWriter<'a>
impl<'a> !UnwindSafe for EmailWriter<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more