pub struct ConnectionResponse {
pub version: ProtocolVersion,
pub auth_plugin: Option<AuthPlugin>,
}
Expand description
Data from the response of a connection request
Fields§
§version: ProtocolVersion
§auth_plugin: Option<AuthPlugin>
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ConnectionResponse
impl RefUnwindSafe for ConnectionResponse
impl Send for ConnectionResponse
impl Sync for ConnectionResponse
impl Unpin for ConnectionResponse
impl UnwindSafe for ConnectionResponse
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