pub struct NoneAuthenticator;
Expand description
Authenticator which can be used if a DB server has authentication disabled.
Trait Implementations§
Source§impl Clone for NoneAuthenticator
impl Clone for NoneAuthenticator
Source§fn clone(&self) -> NoneAuthenticator
fn clone(&self) -> NoneAuthenticator
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 Debug for NoneAuthenticator
impl Debug for NoneAuthenticator
Source§impl Into<Authenticator> for NoneAuthenticator
impl Into<Authenticator> for NoneAuthenticator
Source§fn into(self) -> Authenticator
fn into(self) -> Authenticator
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for NoneAuthenticator
impl RefUnwindSafe for NoneAuthenticator
impl Send for NoneAuthenticator
impl Sync for NoneAuthenticator
impl Unpin for NoneAuthenticator
impl UnwindSafe for NoneAuthenticator
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