Struct rbdc_mysql::protocol::connect::AuthSwitchRequest
source · [−]pub struct AuthSwitchRequest {
pub plugin: AuthPlugin,
pub data: Bytes,
}
Fields
plugin: AuthPlugin
data: Bytes
Trait Implementations
sourceimpl Debug for AuthSwitchRequest
impl Debug for AuthSwitchRequest
Auto Trait Implementations
impl RefUnwindSafe for AuthSwitchRequest
impl Send for AuthSwitchRequest
impl Sync for AuthSwitchRequest
impl Unpin for AuthSwitchRequest
impl UnwindSafe for AuthSwitchRequest
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