Struct completest_pty::BashRuntime
source · pub struct BashRuntime { /* private fields */ }
Available on Unix only.
Expand description
Bash runtime
Implementations§
Trait Implementations§
source§impl Debug for BashRuntime
impl Debug for BashRuntime
source§impl Runtime for BashRuntime
impl Runtime for BashRuntime
Auto Trait Implementations§
impl Freeze for BashRuntime
impl RefUnwindSafe for BashRuntime
impl Send for BashRuntime
impl Sync for BashRuntime
impl Unpin for BashRuntime
impl UnwindSafe for BashRuntime
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