Enum ssh2::KnownHostKeyFormat [] [src]

pub enum KnownHostKeyFormat {
    Rsa1,
    SshRsa,
    SshDss,
}

Variants

Rsa1SshRsaSshDss

Trait Implementations

impl Clone for KnownHostKeyFormat
[src]

fn clone(&self) -> KnownHostKeyFormat

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

impl Copy for KnownHostKeyFormat
[src]