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