Enum rustls_ffi::enums::rustls_tls_version
source · [−]#[repr(C)]
pub enum rustls_tls_version {
Sslv2,
Sslv3,
Tlsv1_0,
Tlsv1_1,
Tlsv1_2,
Tlsv1_3,
}Expand description
Definitions of known TLS protocol versions.
Variants
Sslv2
Sslv3
Tlsv1_0
Tlsv1_1
Tlsv1_2
Tlsv1_3
Auto Trait Implementations
impl RefUnwindSafe for rustls_tls_version
impl Send for rustls_tls_version
impl Sync for rustls_tls_version
impl Unpin for rustls_tls_version
impl UnwindSafe for rustls_tls_version
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