pub struct Socks5Server { /* private fields */ }Implementations§
Source§impl Socks5Server
impl Socks5Server
pub async fn run(self) -> Result<(), Socks5ServerError>
Auto Trait Implementations§
impl Freeze for Socks5Server
impl RefUnwindSafe for Socks5Server
impl Send for Socks5Server
impl Sync for Socks5Server
impl Unpin for Socks5Server
impl UnwindSafe for Socks5Server
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