Struct email_encoding::headers::writer::FoldingEmailWriter
source · [−]pub struct FoldingEmailWriter<'a, 'b> { /* private fields */ }
Expand description
Wrapper around Write
that remembers the length of the
last line and automatically line folds text written to it.
Trait Implementations
Auto Trait Implementations
impl<'a, 'b> !RefUnwindSafe for FoldingEmailWriter<'a, 'b>
impl<'a, 'b> !Send for FoldingEmailWriter<'a, 'b>
impl<'a, 'b> !Sync for FoldingEmailWriter<'a, 'b>
impl<'a, 'b> Unpin for FoldingEmailWriter<'a, 'b> where
'a: 'b,
impl<'a, 'b> !UnwindSafe for FoldingEmailWriter<'a, 'b>
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