Enum grpcio_sys::grpc_ssl_certificate_config_reload_status [−][src]
#[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
Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more