pub enum CommandReply {
Succeeded,
GeneralSocksServerFailure,
ConnectionNotAllowedByRuleset,
NetworkUnreachable,
HostUnreachable,
ConnectionRefused,
TtlExpired,
CommandNotSupported,
AddressTypeNotSupported,
}Variants§
Succeeded
GeneralSocksServerFailure
ConnectionNotAllowedByRuleset
NetworkUnreachable
HostUnreachable
ConnectionRefused
TtlExpired
CommandNotSupported
AddressTypeNotSupported
Implementations§
Trait Implementations§
Source§impl Debug for CommandReply
impl Debug for CommandReply
Source§impl PartialEq for CommandReply
impl PartialEq for CommandReply
Source§fn eq(&self, other: &CommandReply) -> bool
fn eq(&self, other: &CommandReply) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CommandReply
impl PartialOrd for CommandReply
impl StructuralPartialEq for CommandReply
Auto Trait Implementations§
impl Freeze for CommandReply
impl RefUnwindSafe for CommandReply
impl Send for CommandReply
impl Sync for CommandReply
impl Unpin for CommandReply
impl UnsafeUnpin for CommandReply
impl UnwindSafe for CommandReply
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more