pub struct NSTDStdout { /* private fields */ }Available on crate feature
io only.Expand description
A handle to the standard output stream.
Auto Trait Implementations§
impl Freeze for NSTDStdout
impl RefUnwindSafe for NSTDStdout
impl !Send for NSTDStdout
impl !Sync for NSTDStdout
impl Unpin for NSTDStdout
impl UnwindSafe for NSTDStdout
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