#[repr(u32)]
pub enum grpc_ssl_roots_override_result {
GRPC_SSL_ROOTS_OVERRIDE_OK,
GRPC_SSL_ROOTS_OVERRIDE_FAIL_PERMANENTLY,
GRPC_SSL_ROOTS_OVERRIDE_FAIL,
}
Expand description
Results for the SSL roots override callback.
Variants§
GRPC_SSL_ROOTS_OVERRIDE_OK
GRPC_SSL_ROOTS_OVERRIDE_FAIL_PERMANENTLY
GRPC_SSL_ROOTS_OVERRIDE_FAIL
Do not try fallback options.
Trait Implementations§
source§impl Clone for grpc_ssl_roots_override_result
impl Clone for grpc_ssl_roots_override_result
source§fn clone(&self) -> grpc_ssl_roots_override_result
fn clone(&self) -> grpc_ssl_roots_override_result
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<grpc_ssl_roots_override_result> for grpc_ssl_roots_override_result
impl PartialEq<grpc_ssl_roots_override_result> for grpc_ssl_roots_override_result
source§fn eq(&self, other: &grpc_ssl_roots_override_result) -> bool
fn eq(&self, other: &grpc_ssl_roots_override_result) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.