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> Freeze for FoldingEmailWriter<'a, 'b>
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>
impl<'a, 'b> !UnwindSafe for FoldingEmailWriter<'a, 'b>
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