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