Enum thrussh::EncryptedState [] [src]

pub enum EncryptedState {
    WaitingServiceRequest,
    ServiceRequest,
    WaitingAuthRequest(AuthRequest),
    RejectAuthRequest(AuthRequest),
    WaitingSignature(AuthRequest),
    AuthRequestSuccess(AuthRequest),
    WaitingChannelOpen,
    ChannelOpenConfirmation(ChannelParameters),
    ChannelOpened(Option<u32>),
}

Variants

WaitingServiceRequestServiceRequestWaitingAuthRequest(AuthRequest)RejectAuthRequest(AuthRequest)WaitingSignature(AuthRequest)AuthRequestSuccess(AuthRequest)WaitingChannelOpenChannelOpenConfirmation(ChannelParameters)ChannelOpened(Option<u32>)

Trait Implementations

impl Debug for EncryptedState
[src]

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

Formats the value using the given formatter.