Enum fast_socks5::Socks5Command
source · pub enum Socks5Command {
TCPConnect,
TCPBind,
UDPAssociate,
}
Variants§
Trait Implementations§
source§impl Debug for Socks5Command
impl Debug for Socks5Command
source§impl PartialEq for Socks5Command
impl PartialEq for Socks5Command
source§fn eq(&self, other: &Socks5Command) -> bool
fn eq(&self, other: &Socks5Command) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for Socks5Command
Auto Trait Implementations§
impl Freeze for Socks5Command
impl RefUnwindSafe for Socks5Command
impl Send for Socks5Command
impl Sync for Socks5Command
impl Unpin for Socks5Command
impl UnwindSafe for Socks5Command
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