pub enum SshBackend {
Libssh,
Ssh2,
}
Variants§
Trait Implementations§
Source§impl Debug for SshBackend
impl Debug for SshBackend
Source§impl Default for SshBackend
impl Default for SshBackend
Source§fn default() -> SshBackend
fn default() -> SshBackend
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SshBackend
impl RefUnwindSafe for SshBackend
impl Send for SshBackend
impl Sync for SshBackend
impl Unpin for SshBackend
impl UnwindSafe for SshBackend
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