Enum rbdc_mysql::protocol::auth::AuthPlugin
source · [−]pub enum AuthPlugin {
MySqlNativePassword,
CachingSha2Password,
Sha256Password,
}
Variants
MySqlNativePassword
CachingSha2Password
Sha256Password
Implementations
sourceimpl AuthPlugin
impl AuthPlugin
Trait Implementations
sourceimpl Clone for AuthPlugin
impl Clone for AuthPlugin
sourcefn clone(&self) -> AuthPlugin
fn clone(&self) -> AuthPlugin
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for AuthPlugin
impl Debug for AuthPlugin
sourceimpl FromStr for AuthPlugin
impl FromStr for AuthPlugin
impl Copy 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more