pub struct Std { /* private fields */ }Expand description
Provides access to the standard streams (stdin, stdout and stderr).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Std
impl RefUnwindSafe for Std
impl Send for Std
impl Sync for Std
impl Unpin for Std
impl UnsafeUnpin for Std
impl UnwindSafe for Std
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