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