Struct fast_socks5::server::DenyAuthentication
source · pub struct DenyAuthentication {}
Expand description
This will simply return Option::None, which denies the authentication
Trait Implementations§
source§impl Authentication for DenyAuthentication
impl Authentication for DenyAuthentication
source§impl Clone for DenyAuthentication
impl Clone for DenyAuthentication
source§fn clone(&self) -> DenyAuthentication
fn clone(&self) -> DenyAuthentication
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 DenyAuthentication
impl Default for DenyAuthentication
source§fn default() -> DenyAuthentication
fn default() -> DenyAuthentication
Returns the “default value” for a type. Read more
impl Copy for DenyAuthentication
Auto Trait Implementations§
impl Freeze for DenyAuthentication
impl RefUnwindSafe for DenyAuthentication
impl Send for DenyAuthentication
impl Sync for DenyAuthentication
impl Unpin for DenyAuthentication
impl UnwindSafe for DenyAuthentication
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