Enum grpcio_sys::grpc_tls_version [−][src]
#[repr(u32)]
pub enum grpc_tls_version {
TLS1_2,
TLS1_3,
}
Expand description
The TLS versions that are supported by the SSL stack.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for grpc_tls_version
impl Send for grpc_tls_version
impl Sync for grpc_tls_version
impl Unpin for grpc_tls_version
impl UnwindSafe for grpc_tls_version
Blanket Implementations
Mutably borrows from an owned value. Read more