pub struct SshConnection { /* private fields */ }Expand description
SSH Connection that uses the system’s SSH client
Implementations§
Auto Trait Implementations§
impl Freeze for SshConnection
impl RefUnwindSafe for SshConnection
impl Send for SshConnection
impl Sync for SshConnection
impl Unpin for SshConnection
impl UnwindSafe for SshConnection
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