pub enum SshFamily {
Unix,
Windows,
}Expand description
Represents the family of the remote machine connected over SSH
Variants§
Implementations§
Trait Implementations§
impl Copy for SshFamily
impl Eq for SshFamily
impl StructuralPartialEq for SshFamily
Auto Trait Implementations§
impl Freeze for SshFamily
impl RefUnwindSafe for SshFamily
impl Send for SshFamily
impl Sync for SshFamily
impl Unpin for SshFamily
impl UnwindSafe for SshFamily
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