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