pub struct IoWriter<'a, W: Write> { /* private fields */ }Available on crate feature
std only.Expand description
A writer that writes to a std::io::Write.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, W> Freeze for IoWriter<'a, W>
impl<'a, W> RefUnwindSafe for IoWriter<'a, W>where
W: RefUnwindSafe,
impl<'a, W> Send for IoWriter<'a, W>where
W: Send,
impl<'a, W> Sync for IoWriter<'a, W>where
W: Sync,
impl<'a, W> Unpin for IoWriter<'a, W>
impl<'a, W> !UnwindSafe for IoWriter<'a, W>
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