pub enum SshBackend {
LibSsh,
Ssh2,
}Expand description
Represents the backend to use for ssh operations
Variants§
Implementations§
Source§impl SshBackend
impl SshBackend
pub const fn as_static_str(&self) -> &'static str
Trait Implementations§
Source§impl Clone for SshBackend
impl Clone for SshBackend
Source§fn clone(&self) -> SshBackend
fn clone(&self) -> SshBackend
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SshBackend
impl Debug for SshBackend
Source§impl Default for SshBackend
impl Default for SshBackend
Source§impl Display for SshBackend
impl Display for SshBackend
Source§impl FromStr for SshBackend
impl FromStr for SshBackend
Source§impl Hash for SshBackend
impl Hash for SshBackend
Source§impl PartialEq for SshBackend
impl PartialEq for SshBackend
impl Copy for SshBackend
impl Eq for SshBackend
impl StructuralPartialEq for SshBackend
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