#[repr(u32)]
pub enum grpc_ssl_certificate_config_reload_status {
GRPC_SSL_CERTIFICATE_CONFIG_RELOAD_UNCHANGED,
GRPC_SSL_CERTIFICATE_CONFIG_RELOAD_NEW,
GRPC_SSL_CERTIFICATE_CONFIG_RELOAD_FAIL,
}
Expand description
Callback results for dynamically loading a SSL certificate config.
Variants§
GRPC_SSL_CERTIFICATE_CONFIG_RELOAD_UNCHANGED
GRPC_SSL_CERTIFICATE_CONFIG_RELOAD_NEW
GRPC_SSL_CERTIFICATE_CONFIG_RELOAD_FAIL
Trait Implementations§
source§impl Clone for grpc_ssl_certificate_config_reload_status
impl Clone for grpc_ssl_certificate_config_reload_status
source§fn clone(&self) -> grpc_ssl_certificate_config_reload_status
fn clone(&self) -> grpc_ssl_certificate_config_reload_status
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_certificate_config_reload_status> for grpc_ssl_certificate_config_reload_status
impl PartialEq<grpc_ssl_certificate_config_reload_status> for grpc_ssl_certificate_config_reload_status
source§fn eq(&self, other: &grpc_ssl_certificate_config_reload_status) -> bool
fn eq(&self, other: &grpc_ssl_certificate_config_reload_status) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.