Enum socks5_proto::Reply
source · pub enum Reply {
Succeeded,
GeneralFailure,
ConnectionNotAllowed,
NetworkUnreachable,
HostUnreachable,
ConnectionRefused,
TtlExpired,
CommandNotSupported,
AddressTypeNotSupported,
}Variants§
Succeeded
GeneralFailure
ConnectionNotAllowed
NetworkUnreachable
HostUnreachable
ConnectionRefused
TtlExpired
CommandNotSupported
AddressTypeNotSupported
Trait Implementations§
source§impl Ord for Reply
impl Ord for Reply
source§impl PartialEq<Reply> for Reply
impl PartialEq<Reply> for Reply
source§impl PartialOrd<Reply> for Reply
impl PartialOrd<Reply> for Reply
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more