#[non_exhaustive]pub struct Tls12Version { /* private fields */ }
Expand description
Internal data for handling the TLS1.2 protocol.
There is one value of this type. It is TLS12_VERSION
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tls12Version
impl !RefUnwindSafe for Tls12Version
impl Send for Tls12Version
impl Sync for Tls12Version
impl Unpin for Tls12Version
impl !UnwindSafe for Tls12Version
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