pub enum AuthPlugin {
Unsupported,
MySqlNativePassword,
CachingSha2Password,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for AuthPlugin
impl Clone for AuthPlugin
source§fn clone(&self) -> AuthPlugin
fn clone(&self) -> AuthPlugin
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 PartialEq for AuthPlugin
impl PartialEq for AuthPlugin
source§fn eq(&self, other: &AuthPlugin) -> bool
fn eq(&self, other: &AuthPlugin) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AuthPlugin
Auto Trait Implementations§
impl RefUnwindSafe for AuthPlugin
impl Send for AuthPlugin
impl Sync for AuthPlugin
impl Unpin for AuthPlugin
impl UnwindSafe for AuthPlugin
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