pub struct SshPipe { /* private fields */ }Expand description
An SSH pipe connection to a remote lit serve --stdio instance
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SshPipe
impl RefUnwindSafe for SshPipe
impl Send for SshPipe
impl Sync for SshPipe
impl Unpin for SshPipe
impl UnsafeUnpin for SshPipe
impl UnwindSafe for SshPipe
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