Struct term_transcript::traits::ChildShell
source · [−]pub struct ChildShell { /* private fields */ }Expand description
ShellProcess implementation based on Child from the Rust standard library.
Implementations
Trait Implementations
sourceimpl Debug for ChildShell
impl Debug for ChildShell
sourceimpl ShellProcess for ChildShell
impl ShellProcess for ChildShell
sourcefn is_echoing(&self) -> bool
fn is_echoing(&self) -> bool
Returns true if the input commands are echoed back to the output.
sourcefn check_is_alive(&mut self) -> Result<()>
fn check_is_alive(&mut self) -> Result<()>
Checks if the process is alive. Read more
Auto Trait Implementations
impl RefUnwindSafe for ChildShell
impl Send for ChildShell
impl Sync for ChildShell
impl Unpin for ChildShell
impl UnwindSafe for ChildShell
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more