Enum ssh2::HostKeyType [−][src]
pub enum HostKeyType {
Unknown,
Rsa,
Dss,
}Variants
UnknownRsaDss
Trait Implementations
impl Copy for HostKeyType[src]
impl Copy for HostKeyTypeimpl Clone for HostKeyType[src]
impl Clone for HostKeyTypefn clone(&self) -> HostKeyType[src]
fn clone(&self) -> HostKeyTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for HostKeyType
impl Send for HostKeyTypeimpl Sync for HostKeyType
impl Sync for HostKeyType