pub struct OpensshSession(/* private fields */);
Available on crate feature
openssh
only.Expand description
The openssh session
Trait Implementations§
Source§impl Debug for OpensshSession
impl Debug for OpensshSession
Auto Trait Implementations§
impl Freeze for OpensshSession
impl RefUnwindSafe for OpensshSession
impl Send for OpensshSession
impl Sync for OpensshSession
impl Unpin for OpensshSession
impl UnwindSafe for OpensshSession
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