Struct rbdc_mysql::protocol::connect::AuthSwitchResponse
source · [−]Tuple Fields
0: Vec<u8>
Trait Implementations
sourceimpl Debug for AuthSwitchResponse
impl Debug for AuthSwitchResponse
sourceimpl Encode<'_, Capabilities> for AuthSwitchResponse
impl Encode<'_, Capabilities> for AuthSwitchResponse
Auto Trait Implementations
impl RefUnwindSafe for AuthSwitchResponse
impl Send for AuthSwitchResponse
impl Sync for AuthSwitchResponse
impl Unpin for AuthSwitchResponse
impl UnwindSafe for AuthSwitchResponse
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