Struct completest_pty::BashRuntimeBuilder
source · #[non_exhaustive]pub struct BashRuntimeBuilder {}
Available on Unix only.
Expand description
Abstract factory for BashRuntime
Trait Implementations§
source§impl Debug for BashRuntimeBuilder
impl Debug for BashRuntimeBuilder
Auto Trait Implementations§
impl Freeze for BashRuntimeBuilder
impl RefUnwindSafe for BashRuntimeBuilder
impl Send for BashRuntimeBuilder
impl Sync for BashRuntimeBuilder
impl Unpin for BashRuntimeBuilder
impl UnwindSafe for BashRuntimeBuilder
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