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