Struct dinghy_lib::device::ssh::SshDeviceManager
source · pub struct SshDeviceManager { /* private fields */ }
Implementations
sourceimpl SshDeviceManager
impl SshDeviceManager
pub fn probe(conf: Arc<Configuration>) -> Option<SshDeviceManager>
Trait Implementations
sourceimpl PlatformManager for SshDeviceManager
impl PlatformManager for SshDeviceManager
Auto Trait Implementations
impl RefUnwindSafe for SshDeviceManager
impl Send for SshDeviceManager
impl Sync for SshDeviceManager
impl Unpin for SshDeviceManager
impl UnwindSafe for SshDeviceManager
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more