pub struct StdoutAndStderr;Implementations§
Auto Trait Implementations§
impl Freeze for StdoutAndStderr
impl RefUnwindSafe for StdoutAndStderr
impl Send for StdoutAndStderr
impl Sync for StdoutAndStderr
impl Unpin for StdoutAndStderr
impl UnsafeUnpin for StdoutAndStderr
impl UnwindSafe for StdoutAndStderr
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