Enum thrussh::ServerState [] [src]

pub enum ServerState {
    VersionOk(Exchange),
    Kex(Kex),
    Encrypted(Encrypted),
}

Variants

VersionOk(Exchange)Kex(Kex)Encrypted(Encrypted)

Trait Implementations

impl Debug for ServerState
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.