Enum grpcio_sys::grpc_ssl_certificate_config_reload_status [−][src]
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, }
Callback results for dynamically loading a SSL certificate config.
Variants
Trait Implementations
impl Clone for grpc_ssl_certificate_config_reload_status
[src][+]
impl Copy for grpc_ssl_certificate_config_reload_status
[src]
impl Debug for grpc_ssl_certificate_config_reload_status
[src][+]
impl Eq for grpc_ssl_certificate_config_reload_status
[src]
impl Hash for grpc_ssl_certificate_config_reload_status
[src][+]
impl PartialEq<grpc_ssl_certificate_config_reload_status> for grpc_ssl_certificate_config_reload_status
[src][+]
impl StructuralEq for grpc_ssl_certificate_config_reload_status
[src]
impl StructuralPartialEq for grpc_ssl_certificate_config_reload_status
[src]
Auto Trait Implementations
impl RefUnwindSafe for grpc_ssl_certificate_config_reload_status
impl Send for grpc_ssl_certificate_config_reload_status
impl Sync for grpc_ssl_certificate_config_reload_status
impl Unpin for grpc_ssl_certificate_config_reload_status
impl UnwindSafe for grpc_ssl_certificate_config_reload_status
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,