pub struct OpenSshConnection { /* private fields */ }Expand description
Revision-bound multiplexed OpenSSH session.
Implementations§
Auto Trait Implementations§
impl !Freeze for OpenSshConnection
impl !RefUnwindSafe for OpenSshConnection
impl Send for OpenSshConnection
impl Sync for OpenSshConnection
impl Unpin for OpenSshConnection
impl UnsafeUnpin for OpenSshConnection
impl !UnwindSafe for OpenSshConnection
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