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§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 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