pub struct RealInputOutput;Expand description
Real implementation of InputOutput that uses stdin/stdout
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RealInputOutput
impl RefUnwindSafe for RealInputOutput
impl Send for RealInputOutput
impl Sync for RealInputOutput
impl Unpin for RealInputOutput
impl UnsafeUnpin for RealInputOutput
impl UnwindSafe for RealInputOutput
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