Enum rbdc_mysql::protocol::auth::AuthPlugin
source · pub enum AuthPlugin {
MySqlNativePassword,
CachingSha2Password,
Sha256Password,
}
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 Debug for AuthPlugin
impl Debug for AuthPlugin
source§impl 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§
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