pub struct Ssh;Expand description
The real thing.
Trait Implementations§
impl Copy for Ssh
Source§impl Transport for Ssh
impl Transport for Ssh
Source§fn run_unlocked(&self, host: &Host, script: &str) -> Result<Output>
fn run_unlocked(&self, host: &Host, script: &str) -> Result<Output>
Run a shell script on the host, WITHOUT taking the ticket lock. Read more
Source§fn master_alive(&self, host: &Host) -> bool
fn master_alive(&self, host: &Host) -> bool
Is there a usable multiplexing socket?
ssh -O check only — it takes no
session channel, so this probe never competes with anything, and it is
the one call deliberately exempt from the lock.Auto Trait Implementations§
impl Freeze for Ssh
impl RefUnwindSafe for Ssh
impl Send for Ssh
impl Sync for Ssh
impl Unpin for Ssh
impl UnsafeUnpin for Ssh
impl UnwindSafe for Ssh
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