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