Enum ssh2::HostKeyType [] [src]

pub enum HostKeyType {
    Unknown,
    Rsa,
    Dss,
}

Variants

UnknownRsaDss

Trait Implementations

impl Clone for HostKeyType
[src]

fn clone(&self) -> HostKeyType

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 HostKeyType
[src]