Enum ssh2::HostKeyType [] [src]

pub enum HostKeyType {
    Unknown,
    Rsa,
    Dss,
}

Variants

Trait Implementations

impl Copy for HostKeyType
[src]

impl Clone for HostKeyType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for HostKeyType

impl Sync for HostKeyType