pub struct NoneAuthenticatorProvider;
Expand description
Provider for no authentication.
Trait Implementations§
source§impl Clone for NoneAuthenticatorProvider
impl Clone for NoneAuthenticatorProvider
source§fn clone(&self) -> NoneAuthenticatorProvider
fn clone(&self) -> NoneAuthenticatorProvider
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 more