pub struct SocksServer { /* private fields */ }Implementations§
Source§impl SocksServer
impl SocksServer
pub async fn start(self) -> SocksResult<()>
Auto Trait Implementations§
impl Freeze for SocksServer
impl !RefUnwindSafe for SocksServer
impl Send for SocksServer
impl Sync for SocksServer
impl Unpin for SocksServer
impl !UnwindSafe for SocksServer
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