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