Struct socks5_server::auth::NoAuth
source · [−]pub struct NoAuth;Expand description
No authentication as the socks5 handshake method.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NoAuth
impl Send for NoAuth
impl Sync for NoAuth
impl Unpin for NoAuth
impl UnwindSafe for NoAuth
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more