pub struct PlainOutput<W: Write>(pub W);Expand description
An Output implementor that writes to any std::io::Write ignoring
metadata.
Tuple Fields§
§0: WTrait Implementations§
Source§impl<W: Write, M> Output<M> for PlainOutput<W>
Available on crate feature std only.
impl<W: Write, M> Output<M> for PlainOutput<W>
Available on crate feature
std only.Auto Trait Implementations§
impl<W> Freeze for PlainOutput<W>where
W: Freeze,
impl<W> RefUnwindSafe for PlainOutput<W>where
W: RefUnwindSafe,
impl<W> Send for PlainOutput<W>where
W: Send,
impl<W> Sync for PlainOutput<W>where
W: Sync,
impl<W> Unpin for PlainOutput<W>where
W: Unpin,
impl<W> UnsafeUnpin for PlainOutput<W>where
W: UnsafeUnpin,
impl<W> UnwindSafe for PlainOutput<W>where
W: UnwindSafe,
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