pub struct StdinDevice;
Expand description
The standard input device.
Trait Implementations§
Source§impl InputDevice for StdinDevice
impl InputDevice for StdinDevice
Auto Trait Implementations§
impl Freeze for StdinDevice
impl RefUnwindSafe for StdinDevice
impl Send for StdinDevice
impl Sync for StdinDevice
impl Unpin for StdinDevice
impl UnwindSafe for StdinDevice
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