Enum ssh2::KnownHostFileKind
[−]
[src]
pub enum KnownHostFileKind {
OpenSSH,
}Variants
OpenSSHTrait Implementations
impl Clone for KnownHostFileKind[src]
fn clone(&self) -> KnownHostFileKind
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more