pub struct Socks5Client { /* private fields */ }
Expand description
Represents a SOCKS5 client for connecting to proxy servers.
Implementations§
Trait Implementations§
Source§impl Clone for Socks5Client
impl Clone for Socks5Client
Source§fn clone(&self) -> Socks5Client
fn clone(&self) -> Socks5Client
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for Socks5Client
impl RefUnwindSafe for Socks5Client
impl Send for Socks5Client
impl Sync for Socks5Client
impl Unpin for Socks5Client
impl UnwindSafe for Socks5Client
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