pub struct SshChild(/* private fields */);Expand description
Holds the ssh process. Dropping it kills the child, which closes both pipes and makes every pending caller fail rather than hang.
Auto Trait Implementations§
impl !RefUnwindSafe for SshChild
impl !UnwindSafe for SshChild
impl Freeze for SshChild
impl Send for SshChild
impl Sync for SshChild
impl Unpin for SshChild
impl UnsafeUnpin for SshChild
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