pub struct SSHTransport { /* private fields */ }
Expand description
NETCONF over SSH
Implementations§
Source§impl SSHTransport
impl SSHTransport
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SSHTransport
impl !RefUnwindSafe for SSHTransport
impl Send for SSHTransport
impl Sync for SSHTransport
impl Unpin for SSHTransport
impl !UnwindSafe for SSHTransport
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