pub struct PublicKeyRequest;Expand description
Request for “public key retrieval” in sha2 authentication: https://dev.mysql.com/doc/internals/en/public-key-retrieval.html
Trait Implementations§
Source§impl ClientPacket for PublicKeyRequest
impl ClientPacket for PublicKeyRequest
Source§impl ClientPacketIO for PublicKeyRequest
impl ClientPacketIO for PublicKeyRequest
Source§type Receiver = AuthMoreDataResponse
type Receiver = AuthMoreDataResponse
Client expects this type of packet will be returned from server.
Auto Trait Implementations§
impl Freeze for PublicKeyRequest
impl RefUnwindSafe for PublicKeyRequest
impl Send for PublicKeyRequest
impl Sync for PublicKeyRequest
impl Unpin for PublicKeyRequest
impl UnwindSafe for PublicKeyRequest
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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