Enum ssh2::DisconnectCode [−][src]
pub enum DisconnectCode {
Show 15 variants
HostNotAllowedToConnect,
ProtocolError,
KeyExchangeFailed,
Reserved,
MacError,
CompressionError,
ServiceNotAvailable,
ProtocolVersionNotSupported,
HostKeyNotVerifiable,
ConnectionLost,
ByApplication,
TooManyConnections,
AuthCancelledByUser,
NoMoreAuthMethodsAvailable,
IllegalUserName,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DisconnectCode
impl Send for DisconnectCode
impl Sync for DisconnectCode
impl Unpin for DisconnectCode
impl UnwindSafe for DisconnectCode
Blanket Implementations
Mutably borrows from an owned value. Read more