Struct fast_protocol::datatypes::packets::LoginEncryptionRequest
source · pub struct LoginEncryptionRequest(/* private fields */);Expand description
Packet to start the encrypted authentication
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoginEncryptionRequest
impl RefUnwindSafe for LoginEncryptionRequest
impl Send for LoginEncryptionRequest
impl Sync for LoginEncryptionRequest
impl Unpin for LoginEncryptionRequest
impl UnwindSafe for LoginEncryptionRequest
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