Enum ssh2::MethodType [] [src]

pub enum MethodType {
    Kex,
    HostKey,
    CryptCs,
    CryptSc,
    MacCs,
    MacSc,
    CompCs,
    CompSc,
    LangCs,
    LangSc,
}

Variants

Trait Implementations

impl Copy for MethodType
[src]

impl Clone for MethodType
[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 MethodType

impl Sync for MethodType