Struct rbdc_mysql::protocol::connect::AuthSwitchResponse
source · pub struct AuthSwitchResponse(pub Vec<u8>);
Tuple Fields§
§0: Vec<u8>
Trait Implementations§
source§impl Debug for AuthSwitchResponse
impl Debug for AuthSwitchResponse
source§impl Encode<'_, Capabilities> for AuthSwitchResponse
impl Encode<'_, Capabilities> for AuthSwitchResponse
fn encode_with(&self, buf: &mut Vec<u8>, _: Capabilities)
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§
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