pub struct UserKeyAuth { /* private fields */ }Expand description
Username and password as the socks5 handshake method.
Implementations§
Trait Implementations§
Source§impl AuthExecutor for UserKeyAuth
impl AuthExecutor for UserKeyAuth
Source§impl Clone for UserKeyAuth
impl Clone for UserKeyAuth
Source§fn clone(&self) -> UserKeyAuth
fn clone(&self) -> UserKeyAuth
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UserKeyAuth
impl Debug for UserKeyAuth
Source§impl From<&UserKey> for UserKeyAuth
impl From<&UserKey> for UserKeyAuth
Auto Trait Implementations§
impl Freeze for UserKeyAuth
impl RefUnwindSafe for UserKeyAuth
impl Send for UserKeyAuth
impl Sync for UserKeyAuth
impl Unpin for UserKeyAuth
impl UnsafeUnpin for UserKeyAuth
impl UnwindSafe for UserKeyAuth
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