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