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