Struct fast_socks5::server::AcceptAuthentication
source · pub struct AcceptAuthentication {}
Expand description
While this one will always allow the user in.
Trait Implementations§
source§impl Clone for AcceptAuthentication
impl Clone for AcceptAuthentication
source§fn clone(&self) -> AcceptAuthentication
fn clone(&self) -> AcceptAuthentication
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for AcceptAuthentication
impl Default for AcceptAuthentication
source§fn default() -> AcceptAuthentication
fn default() -> AcceptAuthentication
Returns the “default value” for a type. Read more
impl Copy for AcceptAuthentication
Auto Trait Implementations§
impl Freeze for AcceptAuthentication
impl RefUnwindSafe for AcceptAuthentication
impl Send for AcceptAuthentication
impl Sync for AcceptAuthentication
impl Unpin for AcceptAuthentication
impl UnwindSafe for AcceptAuthentication
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