Enum ssh2::MethodType [−][src]
pub enum MethodType {
Kex,
HostKey,
CryptCs,
CryptSc,
MacCs,
MacSc,
CompCs,
CompSc,
LangCs,
LangSc,
}Variants
KexHostKeyCryptCsCryptScMacCsMacScCompCsCompScLangCsLangSc
Trait Implementations
impl Copy for MethodType[src]
impl Copy for MethodTypeimpl Clone for MethodType[src]
impl Clone for MethodTypefn clone(&self) -> MethodType[src]
fn clone(&self) -> MethodTypeReturns 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 MethodType
impl Send for MethodTypeimpl Sync for MethodType
impl Sync for MethodType