Struct socks5_impl::server::auth::PasswordAuth
source · pub struct PasswordAuth { /* private fields */ }Expand description
Username and password as the socks5 handshake method.
Implementations§
Trait Implementations§
source§impl AuthExecutor for PasswordAuth
impl AuthExecutor for PasswordAuth
Auto Trait Implementations§
impl RefUnwindSafe for PasswordAuth
impl Send for PasswordAuth
impl Sync for PasswordAuth
impl Unpin for PasswordAuth
impl UnwindSafe for PasswordAuth
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